Color Hex Logo

#c9dfbd Color Hex

#C9DFBD
(201,223,189)
0 Favorites   0 Comments

Color spaces of #c9dfbd

RGB 201223189
HSL0.270.350.81
HSV99°15°87°
CMYK 0.100.000.15   0.13
XYZ59.660468.867058.2923
Yxy68.86700.31930.3686
Hunter Lab82.9861-16.898516.4430
CIE-Lab86.4381-13.436514.2196

#c9dfbd color RGB value is (201,223,189).

#c9dfbd hex color red value is 201, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c9dfbd hue: 0.27 , saturation: 0.35 and the lightness value of c9dfbd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011111 10111101
Octal 311 337 275
Decimal 201 223 189
Hex C9 DF BD

RGB Percentages of Color #c9dfbd

%32.79
%36.38
%30.83

CMYK Percentages of Color #c9dfbd

%10
%0
%15
%13

Triadic Colors of #c9dfbd

#c9dfbd #bdc9df #dfbdc9

Analogous Colors of #c9dfbd

#c9dfbd #bddfc2 #dadfbd

Monochromatic Colors of #c9dfbd

#c9dfbd

Complementary Color

#c9dfbd #d3bddf

#c9dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9dfbd Color CSS Codes

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

#c9dfbd Text Font Color

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

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


#c9dfbd Background Color

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

This div background color is #c9dfbd


#c9dfbd Border Color

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

This div border color is #c9dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9dfbd


Comments

No comments written yet.

Please login to write comment.