Color Hex Logo

#c8daff Color Hex

#C8DAFF
(200,218,255)
0 Favorites   0 Comments

Color spaces of #c8daff

RGB 200218255
HSL0.611.000.89
HSV220°22°100°
CMYK 0.220.150.00   0.00
XYZ66.940869.6422104.5219
Yxy69.64220.27760.2888
Hunter Lab83.4519-2.8574-15.8433
CIE-Lab86.82111.6631-20.0156

#c8daff color RGB value is (200,218,255).

#c8daff hex color red value is 200, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c8daff hue: 0.61 , saturation: 1.00 and the lightness value of c8daff is 0.89.

The process color (four color CMYK) of #c8daff color hex is 0.22, 0.15, 0.00, 0.00. Web safe color of #c8daff is #ccccff. Color #c8daff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011010 11111111
Octal 310 332 377
Decimal 200 218 255
Hex C8 DA FF

RGB Percentages of Color #c8daff

%29.72
%32.39
%37.89

CMYK Percentages of Color #c8daff

%22
%15
%0
%0

Triadic Colors of #c8daff

#c8daff #ffc8da #daffc8

Analogous Colors of #c8daff

#c8daff #d2c8ff #c8f6ff

Monochromatic Colors of #c8daff

#c8daff

Complementary Color

#c8daff #ffedc8

#c8daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8daff Color CSS Codes

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

#c8daff Text Font Color

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

This sample text font color is #c8daff
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.


#c8daff Background Color

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

This div background color is #c8daff


#c8daff Border Color

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

This div border color is #c8daff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,218,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 #c8daff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8daff

#c8daff Color Palettes


Comments

No comments written yet.

Please login to write comment.