Color Hex Logo

#c9dfac Color Hex

#C9DFAC
(201,223,172)
0 Favorites   0 Comments

Color spaces of #c9dfac

RGB 201223172
HSL0.240.440.77
HSV86°23°87°
CMYK 0.100.000.23   0.13
XYZ57.921568.171449.1353
Yxy68.17140.33050.3890
Hunter Lab82.5660-19.269522.5125
CIE-Lab86.0921-16.145222.6152

#c9dfac color RGB value is (201,223,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011111 10101100
Octal 311 337 254
Decimal 201 223 172
Hex C9 DF AC

RGB Percentages of Color #c9dfac

%33.72
%37.42
%28.86

CMYK Percentages of Color #c9dfac

%10
%0
%23
%13

Triadic Colors of #c9dfac

#c9dfac #acc9df #dfacc9

Analogous Colors of #c9dfac

#c9dfac #b0dfac #dfdcac

Monochromatic Colors of #c9dfac

#c9dfac

Complementary Color

#c9dfac #c2acdf

#c9dfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9dfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9dfac Color CSS Codes

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

#c9dfac Text Font Color

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

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


#c9dfac Background Color

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

This div background color is #c9dfac


#c9dfac Border Color

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

This div border color is #c9dfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9dfac


Comments

No comments written yet.

Please login to write comment.