Color Hex Logo

#caa497 Color Hex

#CAA497
(202,164,151)
0 Favorites   0 Comments

Color spaces of #caa497

RGB 202164151
HSL0.040.320.69
HSV15°25°79°
CMYK 0.000.190.25   0.21
XYZ43.218541.341834.9801
Yxy41.34180.36150.3458
Hunter Lab64.29767.460412.7525
CIE-Lab70.414712.008612.0131

#caa497 color RGB value is (202,164,151).

#caa497 hex color red value is 202, green value is 164 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #caa497 hue: 0.04 , saturation: 0.32 and the lightness value of caa497 is 0.69.

The process color (four color CMYK) of #caa497 color hex is 0.00, 0.19, 0.25, 0.21. Web safe color of #caa497 is #cc9999. Color #caa497 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100100 10010111
Octal 312 244 227
Decimal 202 164 151
Hex CA A4 97

RGB Percentages of Color #caa497

%39.07
%31.72
%29.21

CMYK Percentages of Color #caa497

%0
%19
%25
%21

Triadic Colors of #caa497

#caa497 #97caa4 #a497ca

Analogous Colors of #caa497

#caa497 #cabe97 #ca97a4

Monochromatic Colors of #caa497

#caa497

Complementary Color

#caa497 #97bdca

#caa497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa497 Color CSS Codes

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

#caa497 Text Font Color

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

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


#caa497 Background Color

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

This div background color is #caa497


#caa497 Border Color

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

This div border color is #caa497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa497


Comments

No comments written yet.

Please login to write comment.