Color Hex Logo

#c8daae Color Hex

#C8DAAE
(200,218,174)
0 Favorites   0 Comments

Color spaces of #c8daae

RGB 200218174
HSL0.230.370.77
HSV85°20°85°
CMYK 0.080.000.20   0.15
XYZ56.530865.478249.7035
Yxy65.47820.32920.3813
Hunter Lab80.9186-16.905120.2247
CIE-Lab84.7296-13.692419.6770

#c8daae color RGB value is (200,218,174).

#c8daae hex color red value is 200, green value is 218 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c8daae hue: 0.23 , saturation: 0.37 and the lightness value of c8daae is 0.77.

The process color (four color CMYK) of #c8daae color hex is 0.08, 0.00, 0.20, 0.15. Web safe color of #c8daae is #cccc99. Color #c8daae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011010 10101110
Octal 310 332 256
Decimal 200 218 174
Hex C8 DA AE

RGB Percentages of Color #c8daae

%33.78
%36.82
%29.39

CMYK Percentages of Color #c8daae

%8
%0
%20
%15

Triadic Colors of #c8daae

#c8daae #aec8da #daaec8

Analogous Colors of #c8daae

#c8daae #b2daae #dad6ae

Monochromatic Colors of #c8daae

#c8daae

Complementary Color

#c8daae #c0aeda

#c8daae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8daae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8daae Color CSS Codes

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

#c8daae Text Font Color

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

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


#c8daae Background Color

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

This div background color is #c8daae


#c8daae Border Color

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

This div border color is #c8daae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8daae


Comments

No comments written yet.

Please login to write comment.