Color Hex Logo

#c8ddea Color Hex

#C8DDEA
(200,221,234)
0 Favorites   0 Comments

Color spaces of #c8ddea

RGB 200221234
HSL0.560.450.85
HSV203°15°92°
CMYK 0.150.060.00   0.08
XYZ64.527269.932887.9393
Yxy69.93280.29010.3144
Hunter Lab83.6258-8.6114-3.8101
CIE-Lab86.9639-4.3646-8.7295

#c8ddea color RGB value is (200,221,234).

#c8ddea hex color red value is 200, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c8ddea hue: 0.56 , saturation: 0.45 and the lightness value of c8ddea is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011101 11101010
Octal 310 335 352
Decimal 200 221 234
Hex C8 DD EA

RGB Percentages of Color #c8ddea

%30.53
%33.74
%35.73

CMYK Percentages of Color #c8ddea

%15
%6
%0
%8

Triadic Colors of #c8ddea

#c8ddea #eac8dd #ddeac8

Analogous Colors of #c8ddea

#c8ddea #c8ccea #c8eae6

Monochromatic Colors of #c8ddea

#c8ddea

Complementary Color

#c8ddea #ead5c8

#c8ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ddea Color CSS Codes

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

#c8ddea Text Font Color

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

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


#c8ddea Background Color

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

This div background color is #c8ddea


#c8ddea Border Color

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

This div border color is #c8ddea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,221,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ddea


Comments

No comments written yet.

Please login to write comment.