Color Hex Logo

#c9cfcb Color Hex

#C9CFCB
(201,207,203)
0 Favorites   0 Comments

Color spaces of #c9cfcb

RGB 201207203
HSL0.390.060.80
HSV140°81°
CMYK 0.030.000.02   0.19
XYZ57.179761.355065.3289
Yxy61.35500.31100.3337
Hunter Lab78.3294-6.77335.3811
CIE-Lab82.5692-2.77791.2612

#c9cfcb color RGB value is (201,207,203).

#c9cfcb hex color red value is 201, green value is 207 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c9cfcb hue: 0.39 , saturation: 0.06 and the lightness value of c9cfcb is 0.80.

The process color (four color CMYK) of #c9cfcb color hex is 0.03, 0.00, 0.02, 0.19. Web safe color of #c9cfcb is #cccccc. Color #c9cfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001111 11001011
Octal 311 317 313
Decimal 201 207 203
Hex C9 CF CB

RGB Percentages of Color #c9cfcb

%32.90
%33.88
%33.22

CMYK Percentages of Color #c9cfcb

%3
%0
%2
%19

Triadic Colors of #c9cfcb

#c9cfcb #cbc9cf #cfcbc9

Analogous Colors of #c9cfcb

#c9cfcb #c9cfce #cacfc9

Monochromatic Colors of #c9cfcb

#c9cfcb

Complementary Color

#c9cfcb #cfc9cd

#c9cfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cfcb Color CSS Codes

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

#c9cfcb Text Font Color

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

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


#c9cfcb Background Color

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

This div background color is #c9cfcb


#c9cfcb Border Color

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

This div border color is #c9cfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cfcb


Comments

No comments written yet.

Please login to write comment.