Color Hex Logo

#c8daac Color Hex

#C8DAAC
(200,218,172)
0 Favorites   0 Comments

Color spaces of #c8daac

RGB 200218172
HSL0.230.380.76
HSV83°21°85°
CMYK 0.080.000.21   0.15
XYZ56.337265.400748.6840
Yxy65.40070.33060.3838
Hunter Lab80.8707-17.174720.9170
CIE-Lab84.6898-14.001620.6686

#c8daac color RGB value is (200,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011010 10101100
Octal 310 332 254
Decimal 200 218 172
Hex C8 DA AC

RGB Percentages of Color #c8daac

%33.90
%36.95
%29.15

CMYK Percentages of Color #c8daac

%8
%0
%21
%15

Triadic Colors of #c8daac

#c8daac #acc8da #daacc8

Analogous Colors of #c8daac

#c8daac #b1daac #dad5ac

Monochromatic Colors of #c8daac

#c8daac

Complementary Color

#c8daac #beacda

#c8daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8daac Color CSS Codes

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

#c8daac Text Font Color

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

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


#c8daac Background Color

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

This div background color is #c8daac


#c8daac Border Color

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

This div border color is #c8daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8daac


Comments

No comments written yet.

Please login to write comment.