Color Hex Logo

#c8deae Color Hex

#C8DEAE
(200,222,174)
0 Favorites   0 Comments

Color spaces of #c8deae

RGB 200222174
HSL0.240.420.78
HSV88°22°87°
CMYK 0.100.000.22   0.13
XYZ57.580767.577950.0534
Yxy67.57790.32860.3857
Hunter Lab82.2058-18.830521.4436
CIE-Lab85.7949-15.697521.1534

#c8deae color RGB value is (200,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011110 10101110
Octal 310 336 256
Decimal 200 222 174
Hex C8 DE AE

RGB Percentages of Color #c8deae

%33.56
%37.25
%29.19

CMYK Percentages of Color #c8deae

%10
%0
%22
%13

Triadic Colors of #c8deae

#c8deae #aec8de #deaec8

Analogous Colors of #c8deae

#c8deae #b0deae #dedcae

Monochromatic Colors of #c8deae

#c8deae

Complementary Color

#c8deae #c4aede

#c8deae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8deae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8deae Color CSS Codes

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

#c8deae Text Font Color

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

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


#c8deae Background Color

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

This div background color is #c8deae


#c8deae Border Color

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

This div border color is #c8deae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8deae


Comments

No comments written yet.

Please login to write comment.