Color Hex Logo

#c8d8ff Color Hex

#C8D8FF
(200,216,255)
0 Favorites   0 Comments

Color spaces of #c8d8ff

RGB 200216255
HSL0.621.000.89
HSV223°22°100°
CMYK 0.220.150.00   0.00
XYZ66.425368.6111104.3500
Yxy68.61110.27750.2866
Hunter Lab82.8318-1.8112-16.7102
CIE-Lab86.31112.7164-20.7867

#c8d8ff color RGB value is (200,216,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011000 11111111
Octal 310 330 377
Decimal 200 216 255
Hex C8 D8 FF

RGB Percentages of Color #c8d8ff

%29.81
%32.19
%38.00

CMYK Percentages of Color #c8d8ff

%22
%15
%0
%0

Triadic Colors of #c8d8ff

#c8d8ff #ffc8d8 #d8ffc8

Analogous Colors of #c8d8ff

#c8d8ff #d4c8ff #c8f4ff

Monochromatic Colors of #c8d8ff

#c8d8ff

Complementary Color

#c8d8ff #ffefc8

#c8d8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8d8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8d8ff Color CSS Codes

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

#c8d8ff Text Font Color

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

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


#c8d8ff Background Color

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

This div background color is #c8d8ff


#c8d8ff Border Color

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

This div border color is #c8d8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8d8ff

Related Colors


Comments

No comments written yet.

Please login to write comment.