Color Hex Logo

#c9cabf Color Hex

#C9CABF
(201,202,191)
0 Favorites   0 Comments

Color spaces of #c9cabf

RGB 201202191
HSL0.180.090.77
HSV65°79°
CMYK 0.000.000.05   0.21
XYZ54.611958.420257.6881
Yxy58.42020.31990.3422
Hunter Lab76.4331-6.21878.7539
CIE-Lab80.9718-2.30805.3580

#c9cabf color RGB value is (201,202,191).

#c9cabf hex color red value is 201, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c9cabf hue: 0.18 , saturation: 0.09 and the lightness value of c9cabf is 0.77.

The process color (four color CMYK) of #c9cabf color hex is 0.00, 0.00, 0.05, 0.21. Web safe color of #c9cabf is #cccccc. Color #c9cabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001010 10111111
Octal 311 312 277
Decimal 201 202 191
Hex C9 CA BF

RGB Percentages of Color #c9cabf

%33.84
%34.01
%32.15

CMYK Percentages of Color #c9cabf

%0
%0
%5
%21

Triadic Colors of #c9cabf

#c9cabf #bfc9ca #cabfc9

Analogous Colors of #c9cabf

#c9cabf #c4cabf #cac6bf

Monochromatic Colors of #c9cabf

#c9cabf

Complementary Color

#c9cabf #c0bfca

#c9cabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cabf Color CSS Codes

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

#c9cabf Text Font Color

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

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


#c9cabf Background Color

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

This div background color is #c9cabf


#c9cabf Border Color

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

This div border color is #c9cabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cabf


Comments

No comments written yet.

Please login to write comment.