Color Hex Logo

#c9dfcf Color Hex

#C9DFCF
(201,223,207)
0 Favorites   0 Comments

Color spaces of #c9dfcf

RGB 201223207
HSL0.380.260.83
HSV136°10°87°
CMYK 0.100.000.07   0.13
XYZ61.737669.697969.2306
Yxy69.69790.30770.3473
Hunter Lab83.4853-14.09799.2731
CIE-Lab86.8485-10.29335.3457

#c9dfcf color RGB value is (201,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011111 11001111
Octal 311 337 317
Decimal 201 223 207
Hex C9 DF CF

RGB Percentages of Color #c9dfcf

%31.85
%35.34
%32.81

CMYK Percentages of Color #c9dfcf

%10
%0
%7
%13

Triadic Colors of #c9dfcf

#c9dfcf #cfc9df #dfcfc9

Analogous Colors of #c9dfcf

#c9dfcf #c9dfda #cedfc9

Monochromatic Colors of #c9dfcf

#c9dfcf

Complementary Color

#c9dfcf #dfc9d9

#c9dfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9dfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9dfcf Color CSS Codes

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

#c9dfcf Text Font Color

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

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


#c9dfcf Background Color

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

This div background color is #c9dfcf


#c9dfcf Border Color

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

This div border color is #c9dfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9dfcf


Comments

No comments written yet.

Please login to write comment.