Color Hex Logo

#c9dfcc Color Hex

#C9DFCC
(201,223,204)
0 Favorites   0 Comments

Color spaces of #c9dfcc

RGB 201223204
HSL0.360.260.83
HSV128°10°87°
CMYK 0.100.000.09   0.13
XYZ61.374269.552567.3170
Yxy69.55250.30960.3508
Hunter Lab83.3981-14.585410.5212
CIE-Lab86.7769-10.83616.8217

#c9dfcc color RGB value is (201,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011111 11001100
Octal 311 337 314
Decimal 201 223 204
Hex C9 DF CC

RGB Percentages of Color #c9dfcc

%32.01
%35.51
%32.48

CMYK Percentages of Color #c9dfcc

%10
%0
%9
%13

Triadic Colors of #c9dfcc

#c9dfcc #ccc9df #dfccc9

Analogous Colors of #c9dfcc

#c9dfcc #c9dfd7 #d1dfc9

Monochromatic Colors of #c9dfcc

#c9dfcc

Complementary Color

#c9dfcc #dfc9dc

#c9dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9dfcc Color CSS Codes

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

#c9dfcc Text Font Color

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

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


#c9dfcc Background Color

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

This div background color is #c9dfcc


#c9dfcc Border Color

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

This div border color is #c9dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9dfcc


Comments

No comments written yet.

Please login to write comment.