Color Hex Logo

#c8dfea Color Hex

#C8DFEA
(200,223,234)
0 Favorites   0 Comments

Color spaces of #c8dfea

RGB 200223234
HSL0.550.450.85
HSV199°15°92°
CMYK 0.150.050.00   0.08
XYZ65.058470.995288.1164
Yxy70.99520.29020.3167
Hunter Lab84.2586-9.6279-3.0235
CIE-Lab87.4827-5.3982-7.9600

#c8dfea color RGB value is (200,223,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011111 11101010
Octal 310 337 352
Decimal 200 223 234
Hex C8 DF EA

RGB Percentages of Color #c8dfea

%30.44
%33.94
%35.62

CMYK Percentages of Color #c8dfea

%15
%5
%0
%8

Triadic Colors of #c8dfea

#c8dfea #eac8df #dfeac8

Analogous Colors of #c8dfea

#c8dfea #c8ceea #c8eae4

Monochromatic Colors of #c8dfea

#c8dfea

Complementary Color

#c8dfea #ead3c8

#c8dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dfea Color CSS Codes

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

#c8dfea Text Font Color

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

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


#c8dfea Background Color

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

This div background color is #c8dfea


#c8dfea Border Color

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

This div border color is #c8dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dfea


Comments

No comments written yet.

Please login to write comment.