Color Hex Logo

#c8ddac Color Hex

#C8DDAC
(200,221,172)
0 Favorites   0 Comments

Color spaces of #c8ddac

RGB 200221172
HSL0.240.420.77
HSV86°22°87°
CMYK 0.100.000.22   0.13
XYZ57.122366.970848.9457
Yxy66.97080.33010.3870
Hunter Lab81.8357-18.617321.8238
CIE-Lab85.4892-15.505321.7734

#c8ddac color RGB value is (200,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011101 10101100
Octal 310 335 254
Decimal 200 221 172
Hex C8 DD AC

RGB Percentages of Color #c8ddac

%33.73
%37.27
%29.01

CMYK Percentages of Color #c8ddac

%10
%0
%22
%13

Triadic Colors of #c8ddac

#c8ddac #acc8dd #ddacc8

Analogous Colors of #c8ddac

#c8ddac #b0ddac #dddaac

Monochromatic Colors of #c8ddac

#c8ddac

Complementary Color

#c8ddac #c1acdd

#c8ddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ddac Color CSS Codes

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

#c8ddac Text Font Color

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

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


#c8ddac Background Color

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

This div background color is #c8ddac


#c8ddac Border Color

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

This div border color is #c8ddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ddac


Comments

No comments written yet.

Please login to write comment.