Color Hex Logo

#c9cabe Color Hex

#C9CABE
(201,202,190)
0 Favorites   0 Comments

Color spaces of #c9cabe

RGB 201202190
HSL0.180.100.77
HSV65°79°
CMYK 0.000.000.06   0.21
XYZ54.502258.376357.1104
Yxy58.37630.32060.3434
Hunter Lab76.4044-6.37679.1653
CIE-Lab80.9476-2.48185.8581

#c9cabe color RGB value is (201,202,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001010 10111110
Octal 311 312 276
Decimal 201 202 190
Hex C9 CA BE

RGB Percentages of Color #c9cabe

%33.90
%34.06
%32.04

CMYK Percentages of Color #c9cabe

%0
%0
%6
%21

Triadic Colors of #c9cabe

#c9cabe #bec9ca #cabec9

Analogous Colors of #c9cabe

#c9cabe #c3cabe #cac5be

Monochromatic Colors of #c9cabe

#c9cabe

Complementary Color

#c9cabe #bfbeca

#c9cabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cabe Color CSS Codes

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

#c9cabe Text Font Color

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

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


#c9cabe Background Color

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

This div background color is #c9cabe


#c9cabe Border Color

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

This div border color is #c9cabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cabe

#c9cabe Color Palettes


Comments

No comments written yet.

Please login to write comment.