Color Hex Logo

#c9dfcd Color Hex

#C9DFCD
(201,223,205)
0 Favorites   0 Comments

Color spaces of #c9dfcd

RGB 201223205
HSL0.360.260.83
HSV131°10°87°
CMYK 0.100.000.08   0.13
XYZ61.494569.600667.9508
Yxy69.60060.30890.3497
Hunter Lab83.4270-14.423810.1075
CIE-Lab86.8006-10.65606.3295

#c9dfcd color RGB value is (201,223,205).

#c9dfcd hex color red value is 201, green value is 223 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c9dfcd hue: 0.36 , saturation: 0.26 and the lightness value of c9dfcd is 0.83.

The process color (four color CMYK) of #c9dfcd color hex is 0.10, 0.00, 0.08, 0.13. Web safe color of #c9dfcd is #cccccc. Color #c9dfcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011111 11001101
Octal 311 337 315
Decimal 201 223 205
Hex C9 DF CD

RGB Percentages of Color #c9dfcd

%31.96
%35.45
%32.59

CMYK Percentages of Color #c9dfcd

%10
%0
%8
%13

Triadic Colors of #c9dfcd

#c9dfcd #cdc9df #dfcdc9

Analogous Colors of #c9dfcd

#c9dfcd #c9dfd8 #d0dfc9

Monochromatic Colors of #c9dfcd

#c9dfcd

Complementary Color

#c9dfcd #dfc9db

#c9dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9dfcd Color CSS Codes

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

#c9dfcd Text Font Color

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

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


#c9dfcd Background Color

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

This div background color is #c9dfcd


#c9dfcd Border Color

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

This div border color is #c9dfcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,223,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9dfcd


Comments

No comments written yet.

Please login to write comment.