Color Hex Logo

#c9dcae Color Hex

#C9DCAE
(201,220,174)
0 Favorites   0 Comments

Color spaces of #c9dcae

RGB 201220174
HSL0.240.400.77
HSV85°21°86°
CMYK 0.090.000.21   0.14
XYZ57.320666.659949.8899
Yxy66.65990.32970.3834
Hunter Lab81.6455-17.560720.9224
CIE-Lab85.3319-14.339620.5233

#c9dcae color RGB value is (201,220,174).

#c9dcae hex color red value is 201, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c9dcae hue: 0.24 , saturation: 0.40 and the lightness value of c9dcae is 0.77.

The process color (four color CMYK) of #c9dcae color hex is 0.09, 0.00, 0.21, 0.14. Web safe color of #c9dcae is #cccc99. Color #c9dcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011100 10101110
Octal 311 334 256
Decimal 201 220 174
Hex C9 DC AE

RGB Percentages of Color #c9dcae

%33.78
%36.97
%29.24

CMYK Percentages of Color #c9dcae

%9
%0
%21
%14

Triadic Colors of #c9dcae

#c9dcae #aec9dc #dcaec9

Analogous Colors of #c9dcae

#c9dcae #b2dcae #dcd8ae

Monochromatic Colors of #c9dcae

#c9dcae

Complementary Color

#c9dcae #c1aedc

#c9dcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9dcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9dcae Color CSS Codes

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

#c9dcae Text Font Color

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

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


#c9dcae Background Color

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

This div background color is #c9dcae


#c9dcae Border Color

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

This div border color is #c9dcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9dcae


Comments

No comments written yet.

Please login to write comment.