Color Hex Logo

#caa99f Color Hex

#CAA99F
(202,169,159)
0 Favorites   0 Comments

Color spaces of #caa99f

RGB 202169159
HSL0.040.290.71
HSV14°21°79°
CMYK 0.000.160.21   0.21
XYZ44.803143.435738.8234
Yxy43.43570.35260.3418
Hunter Lab65.90586.010211.2078
CIE-Lab71.849710.46629.6438

#caa99f color RGB value is (202,169,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101001 10011111
Octal 312 251 237
Decimal 202 169 159
Hex CA A9 9F

RGB Percentages of Color #caa99f

%38.11
%31.89
%30.00

CMYK Percentages of Color #caa99f

%0
%16
%21
%21

Triadic Colors of #caa99f

#caa99f #9fcaa9 #a99fca

Analogous Colors of #caa99f

#caa99f #cabf9f #ca9fab

Monochromatic Colors of #caa99f

#caa99f

Complementary Color

#caa99f #9fc0ca

#caa99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa99f Color CSS Codes

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

#caa99f Text Font Color

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

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


#caa99f Background Color

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

This div background color is #caa99f


#caa99f Border Color

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

This div border color is #caa99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa99f


Comments

No comments written yet.

Please login to write comment.