Color Hex Logo

#c9cacb Color Hex

#C9CACB
(201,202,203)
0 Favorites   0 Comments

Color spaces of #c9cacb

RGB 201202203
HSL0.580.020.79
HSV210°80°
CMYK 0.010.000.00   0.20
XYZ55.987458.970464.9315
Yxy58.97040.31120.3278
Hunter Lab76.7922-4.24613.6220
CIE-Lab81.2753-0.1551-0.6269

#c9cacb color RGB value is (201,202,203).

#c9cacb hex color red value is 201, green value is 202 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c9cacb hue: 0.58 , saturation: 0.02 and the lightness value of c9cacb is 0.79.

The process color (four color CMYK) of #c9cacb color hex is 0.01, 0.00, 0.00, 0.20. Web safe color of #c9cacb is #cccccc. Color #c9cacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001010 11001011
Octal 311 312 313
Decimal 201 202 203
Hex C9 CA CB

RGB Percentages of Color #c9cacb

%33.17
%33.33
%33.50

CMYK Percentages of Color #c9cacb

%1
%0
%0
%20

Triadic Colors of #c9cacb

#c9cacb #cbc9ca #cacbc9

Analogous Colors of #c9cacb

#c9cacb #c9c9cb #c9cbcb

Monochromatic Colors of #c9cacb

#c9cacb

Complementary Color

#c9cacb #cbcac9

#c9cacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cacb Color CSS Codes

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

#c9cacb Text Font Color

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

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


#c9cacb Background Color

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

This div background color is #c9cacb


#c9cacb Border Color

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

This div border color is #c9cacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cacb


Comments

No comments written yet.

Please login to write comment.