Color Hex Logo

#c5cbaa Color Hex

#C5CBAA
(197,203,170)
0 Favorites   0 Comments

Color spaces of #c5cbaa

RGB 197203170
HSL0.200.240.73
HSV71°16°80°
CMYK 0.030.000.16   0.20
XYZ51.637657.484546.4042
Yxy57.48450.33200.3696
Hunter Lab75.8185-11.111716.7849
CIE-Lab80.4513-7.751915.7864

#c5cbaa color RGB value is (197,203,170).

#c5cbaa hex color red value is 197, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c5cbaa hue: 0.20 , saturation: 0.24 and the lightness value of c5cbaa is 0.73.

The process color (four color CMYK) of #c5cbaa color hex is 0.03, 0.00, 0.16, 0.20. Web safe color of #c5cbaa is #cccc99. Color #c5cbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001011 10101010
Octal 305 313 252
Decimal 197 203 170
Hex C5 CB AA

RGB Percentages of Color #c5cbaa

%34.56
%35.61
%29.82

CMYK Percentages of Color #c5cbaa

%3
%0
%16
%20

Triadic Colors of #c5cbaa

#c5cbaa #aac5cb #cbaac5

Analogous Colors of #c5cbaa

#c5cbaa #b5cbaa #cbc1aa

Monochromatic Colors of #c5cbaa

#c5cbaa

Complementary Color

#c5cbaa #b0aacb

#c5cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cbaa Color CSS Codes

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

#c5cbaa Text Font Color

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

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


#c5cbaa Background Color

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

This div background color is #c5cbaa


#c5cbaa Border Color

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

This div border color is #c5cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cbaa


Comments

No comments written yet.

Please login to write comment.