Color Hex Logo

#c9cecb Color Hex

#C9CECB
(201,206,203)
0 Favorites   0 Comments

Color spaces of #c9cecb

RGB 201206203
HSL0.400.050.80
HSV144°81°
CMYK 0.020.000.01   0.19
XYZ56.938260.871965.2484
Yxy60.87190.31100.3325
Hunter Lab78.0204-6.26905.0302
CIE-Lab82.3098-2.25490.8833

#c9cecb color RGB value is (201,206,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001110 11001011
Octal 311 316 313
Decimal 201 206 203
Hex C9 CE CB

RGB Percentages of Color #c9cecb

%32.95
%33.77
%33.28

CMYK Percentages of Color #c9cecb

%2
%0
%1
%19

Triadic Colors of #c9cecb

#c9cecb #cbc9ce #cecbc9

Analogous Colors of #c9cecb

#c9cecb #c9cece #cacec9

Monochromatic Colors of #c9cecb

#c9cecb

Complementary Color

#c9cecb #cec9cc

#c9cecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cecb Color CSS Codes

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

#c9cecb Text Font Color

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

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


#c9cecb Background Color

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

This div background color is #c9cecb


#c9cecb Border Color

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

This div border color is #c9cecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cecb


Comments

No comments written yet.

Please login to write comment.