Color Hex Logo

#c9cbca Color Hex

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

Color spaces of #c9cbca

RGB 201203202
HSL0.420.020.79
HSV150°80°
CMYK 0.010.000.00   0.20
XYZ56.104059.393664.3842
Yxy59.39360.31190.3302
Hunter Lab77.0672-4.92194.4145
CIE-Lab81.5075-0.86500.2476

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

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

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

Base Numbers

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

RGB Percentages of Color #c9cbca

%33.17
%33.50
%33.33

CMYK Percentages of Color #c9cbca

%1
%0
%0
%20

Triadic Colors of #c9cbca

#c9cbca #cac9cb #cbcac9

Analogous Colors of #c9cbca

#c9cbca #c9cbcb #c9cbc9

Monochromatic Colors of #c9cbca

#c9cbca

Complementary Color

#c9cbca #cbc9ca

#c9cbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cbca Color CSS Codes

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

#c9cbca Text Font Color

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

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


#c9cbca Background Color

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

This div background color is #c9cbca


#c9cbca Border Color

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

This div border color is #c9cbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cbca

#c9cbca Color Palettes


Comments

No comments written yet.

Please login to write comment.