Color Hex Logo

#c9ddae Color Hex

#C9DDAE
(201,221,174)
0 Favorites   0 Comments

Color spaces of #c9ddae

RGB 201221174
HSL0.240.410.77
HSV86°21°87°
CMYK 0.090.000.21   0.13
XYZ57.583867.186449.9777
Yxy67.18640.32950.3845
Hunter Lab81.9673-18.042721.2264
CIE-Lab85.5980-14.840920.8916

#c9ddae color RGB value is (201,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011101 10101110
Octal 311 335 256
Decimal 201 221 174
Hex C9 DD AE

RGB Percentages of Color #c9ddae

%33.72
%37.08
%29.19

CMYK Percentages of Color #c9ddae

%9
%0
%21
%13

Triadic Colors of #c9ddae

#c9ddae #aec9dd #ddaec9

Analogous Colors of #c9ddae

#c9ddae #b2ddae #dddaae

Monochromatic Colors of #c9ddae

#c9ddae

Complementary Color

#c9ddae #c2aedd

#c9ddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ddae Color CSS Codes

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

#c9ddae Text Font Color

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

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


#c9ddae Background Color

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

This div background color is #c9ddae


#c9ddae Border Color

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

This div border color is #c9ddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ddae


Comments

No comments written yet.

Please login to write comment.