Color Hex Logo

#cac49e Color Hex

#CAC49E
(202,196,158)
0 Favorites   0 Comments

Color spaces of #cac49e

RGB 202196158
HSL0.140.290.71
HSV52°22°79°
CMYK 0.000.030.22   0.21
XYZ50.268654.505040.2188
Yxy54.50500.34670.3759
Hunter Lab73.8275-7.658819.3800
CIE-Lab78.7553-4.079219.8708

#cac49e color RGB value is (202,196,158).

#cac49e hex color red value is 202, green value is 196 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cac49e hue: 0.14 , saturation: 0.29 and the lightness value of cac49e is 0.71.

The process color (four color CMYK) of #cac49e color hex is 0.00, 0.03, 0.22, 0.21. Web safe color of #cac49e is #cccc99. Color #cac49e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000100 10011110
Octal 312 304 236
Decimal 202 196 158
Hex CA C4 9E

RGB Percentages of Color #cac49e

%36.33
%35.25
%28.42

CMYK Percentages of Color #cac49e

%0
%3
%22
%21

Triadic Colors of #cac49e

#cac49e #9ecac4 #c49eca

Analogous Colors of #cac49e

#cac49e #baca9e #caae9e

Monochromatic Colors of #cac49e

#cac49e

Complementary Color

#cac49e #9ea4ca

#cac49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac49e Color CSS Codes

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

#cac49e Text Font Color

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

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


#cac49e Background Color

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

This div background color is #cac49e


#cac49e Border Color

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

This div border color is #cac49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac49e


Comments

No comments written yet.

Please login to write comment.