Color Hex Logo

#c9cabd Color Hex

#C9CABD
(201,202,189)
0 Favorites   0 Comments

Color spaces of #c9cabd

RGB 201202189
HSL0.180.110.77
HSV65°79°
CMYK 0.000.000.06   0.21
XYZ54.393258.332756.5366
Yxy58.33270.32140.3446
Hunter Lab76.3758-6.53409.5742
CIE-Lab80.9234-2.65486.3585

#c9cabd color RGB value is (201,202,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001010 10111101
Octal 311 312 275
Decimal 201 202 189
Hex C9 CA BD

RGB Percentages of Color #c9cabd

%33.95
%34.12
%31.93

CMYK Percentages of Color #c9cabd

%0
%0
%6
%21

Triadic Colors of #c9cabd

#c9cabd #bdc9ca #cabdc9

Analogous Colors of #c9cabd

#c9cabd #c3cabd #cac5bd

Monochromatic Colors of #c9cabd

#c9cabd

Complementary Color

#c9cabd #bebdca

#c9cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cabd Color CSS Codes

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

#c9cabd Text Font Color

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

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


#c9cabd Background Color

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

This div background color is #c9cabd


#c9cabd Border Color

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

This div border color is #c9cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cabd


Comments

No comments written yet.

Please login to write comment.