Color Hex Logo

#c8d8ac Color Hex

#C8D8AC
(200,216,172)
0 Favorites   0 Comments

Color spaces of #c8d8ac

RGB 200216172
HSL0.230.360.76
HSV82°20°85°
CMYK 0.070.000.20   0.15
XYZ55.821764.369748.5122
Yxy64.36970.33090.3816
Hunter Lab80.2307-16.209820.3113
CIE-Lab84.1579-12.993919.9316

#c8d8ac color RGB value is (200,216,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011000 10101100
Octal 310 330 254
Decimal 200 216 172
Hex C8 D8 AC

RGB Percentages of Color #c8d8ac

%34.01
%36.73
%29.25

CMYK Percentages of Color #c8d8ac

%7
%0
%20
%15

Triadic Colors of #c8d8ac

#c8d8ac #acc8d8 #d8acc8

Analogous Colors of #c8d8ac

#c8d8ac #b2d8ac #d8d2ac

Monochromatic Colors of #c8d8ac

#c8d8ac

Complementary Color

#c8d8ac #bcacd8

#c8d8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8d8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8d8ac Color CSS Codes

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

#c8d8ac Text Font Color

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

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


#c8d8ac Background Color

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

This div background color is #c8d8ac


#c8d8ac Border Color

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

This div border color is #c8d8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8d8ac


Comments

No comments written yet.

Please login to write comment.