Color Hex Logo

#c5caaf Color Hex

#C5CAAF
(197,202,175)
0 Favorites   0 Comments

Color spaces of #c5caaf

RGB 197202175
HSL0.200.200.74
HSV71°13°79°
CMYK 0.020.000.13   0.21
XYZ51.884457.206548.8648
Yxy57.20650.32850.3622
Hunter Lab75.6350-9.913014.6395
CIE-Lab80.2956-6.431712.9033

#c5caaf color RGB value is (197,202,175).

#c5caaf hex color red value is 197, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c5caaf hue: 0.20 , saturation: 0.20 and the lightness value of c5caaf is 0.74.

The process color (four color CMYK) of #c5caaf color hex is 0.02, 0.00, 0.13, 0.21. Web safe color of #c5caaf is #cccc99. Color #c5caaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001010 10101111
Octal 305 312 257
Decimal 197 202 175
Hex C5 CA AF

RGB Percentages of Color #c5caaf

%34.32
%35.19
%30.49

CMYK Percentages of Color #c5caaf

%2
%0
%13
%21

Triadic Colors of #c5caaf

#c5caaf #afc5ca #caafc5

Analogous Colors of #c5caaf

#c5caaf #b8caaf #cac2af

Monochromatic Colors of #c5caaf

#c5caaf

Complementary Color

#c5caaf #b4afca

#c5caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5caaf Color CSS Codes

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

#c5caaf Text Font Color

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

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


#c5caaf Background Color

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

This div background color is #c5caaf


#c5caaf Border Color

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

This div border color is #c5caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5caaf

#c5caaf Color Palettes


Comments

No comments written yet.

Please login to write comment.