Color Hex Logo

#c8deaa Color Hex

#C8DEAA
(200,222,170)
0 Favorites   0 Comments

Color spaces of #c8deaa

RGB 200222170
HSL0.240.440.77
HSV85°23°87°
CMYK 0.100.000.23   0.13
XYZ57.196467.424248.0298
Yxy67.42420.33130.3905
Hunter Lab82.1122-19.359822.7981
CIE-Lab85.7177-16.307923.1290

#c8deaa color RGB value is (200,222,170).

#c8deaa hex color red value is 200, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c8deaa hue: 0.24 , saturation: 0.44 and the lightness value of c8deaa is 0.77.

The process color (four color CMYK) of #c8deaa color hex is 0.10, 0.00, 0.23, 0.13. Web safe color of #c8deaa is #cccc99. Color #c8deaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011110 10101010
Octal 310 336 252
Decimal 200 222 170
Hex C8 DE AA

RGB Percentages of Color #c8deaa

%33.78
%37.50
%28.72

CMYK Percentages of Color #c8deaa

%10
%0
%23
%13

Triadic Colors of #c8deaa

#c8deaa #aac8de #deaac8

Analogous Colors of #c8deaa

#c8deaa #aedeaa #dedaaa

Monochromatic Colors of #c8deaa

#c8deaa

Complementary Color

#c8deaa #c0aade

#c8deaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8deaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8deaa Color CSS Codes

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

#c8deaa Text Font Color

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

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


#c8deaa Background Color

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

This div background color is #c8deaa


#c8deaa Border Color

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

This div border color is #c8deaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8deaa


Comments

No comments written yet.

Please login to write comment.