Color Hex Logo

#c4caaf Color Hex

#C4CAAF
(196,202,175)
0 Favorites   0 Comments

Color spaces of #c4caaf

RGB 196202175
HSL0.200.200.74
HSV73°13°79°
CMYK 0.030.000.13   0.21
XYZ51.623357.072048.8526
Yxy57.07200.32770.3623
Hunter Lab75.5460-10.230114.5417
CIE-Lab80.2201-6.792812.7859

#c4caaf color RGB value is (196,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001010 10101111
Octal 304 312 257
Decimal 196 202 175
Hex C4 CA AF

RGB Percentages of Color #c4caaf

%34.21
%35.25
%30.54

CMYK Percentages of Color #c4caaf

%3
%0
%13
%21

Triadic Colors of #c4caaf

#c4caaf #afc4ca #caafc4

Analogous Colors of #c4caaf

#c4caaf #b7caaf #cac3af

Monochromatic Colors of #c4caaf

#c4caaf

Complementary Color

#c4caaf #b5afca

#c4caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4caaf Color CSS Codes

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

#c4caaf Text Font Color

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

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


#c4caaf Background Color

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

This div background color is #c4caaf


#c4caaf Border Color

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

This div border color is #c4caaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,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 #c4caaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4caaf


Comments

No comments written yet.

Please login to write comment.