Color Hex Logo

#adcfff Color Hex

#ADCFFF
(173,207,255)
0 Favorites   0 Comments

Color spaces of #adcfff

RGB 173207255
HSL0.601.000.84
HSV215°32°100°
CMYK 0.320.190.00   0.00
XYZ57.596460.7299103.2941
Yxy60.72990.25990.2740
Hunter Lab77.9294-4.4499-24.0373
CIE-Lab82.2333-0.3072-27.1500

#adcfff color RGB value is (173,207,255).

#adcfff hex color red value is 173, green value is 207 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #adcfff hue: 0.60 , saturation: 1.00 and the lightness value of adcfff is 0.84.

The process color (four color CMYK) of #adcfff color hex is 0.32, 0.19, 0.00, 0.00. Web safe color of #adcfff is #99ccff. Color #adcfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 11111111
Octal 255 317 377
Decimal 173 207 255
Hex AD CF FF

RGB Percentages of Color #adcfff

%27.24
%32.60
%40.16

CMYK Percentages of Color #adcfff

%32
%19
%0
%0

Triadic Colors of #adcfff

#adcfff #ffadcf #cfffad

Analogous Colors of #adcfff

#adcfff #b4adff #adf8ff

Monochromatic Colors of #adcfff

#adcfff

Complementary Color

#adcfff #ffddad

#adcfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfff Color CSS Codes

.mybgcolor {background-color:#adcfff; } 
.myforecolor {color:#adcfff; }
.mybordercolor {border:3px solid #adcfff; }

#adcfff Text Font Color

<p style="color:#adcfff">Text here</p>

This sample text font color is #adcfff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#adcfff Background Color

<div style="background-color:#adcfff">
Div content here</div>

This div background color is #adcfff


#adcfff Border Color

<div style="border:3px solid #adcfff">
Div here</div>

This div border color is #adcfff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,207,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #adcfff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #adcfff;
  -webkit-box-shadow: 1px 1px 3px 2px #adcfff;
  box-shadow:         1px 1px 3px 2px #adcfff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,207,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #adcfff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #adcfff;
  -webkit-box-shadow: 1px 1px 3px 2px #adcfff;
  box-shadow:         1px 1px 3px 2px #adcfff;">
Div content here</div>

This div box has shadow with color #adcfff

Related Colors

#adcfff Color Palettes


Comments

No comments written yet.

Please login to write comment.