Color Hex Logo

#caa174 Color Hex

#CAA174
(202,161,116)
0 Favorites   0 Comments

Color spaces of #caa174

RGB 202161116
HSL0.090.450.62
HSV31°43°79°
CMYK 0.000.200.43   0.21
XYZ40.254439.307221.9884
Yxy39.30720.39640.3871
Hunter Lab62.69554.891123.0928
CIE-Lab68.97329.223229.1669

#caa174 color RGB value is (202,161,116).

#caa174 hex color red value is 202, green value is 161 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #caa174 hue: 0.09 , saturation: 0.45 and the lightness value of caa174 is 0.62.

The process color (four color CMYK) of #caa174 color hex is 0.00, 0.20, 0.43, 0.21. Web safe color of #caa174 is #cc9966. Color #caa174 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100001 01110100
Octal 312 241 164
Decimal 202 161 116
Hex CA A1 74

RGB Percentages of Color #caa174

%42.17
%33.61
%24.22

CMYK Percentages of Color #caa174

%0
%20
%43
%21

Triadic Colors of #caa174

#caa174 #74caa1 #a174ca

Analogous Colors of #caa174

#caa174 #c8ca74 #ca7674

Monochromatic Colors of #caa174

#caa174

Complementary Color

#caa174 #749dca

#caa174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa174 Color CSS Codes

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

#caa174 Text Font Color

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

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


#caa174 Background Color

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

This div background color is #caa174


#caa174 Border Color

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

This div border color is #caa174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa174


Comments

No comments written yet.

Please login to write comment.