Color Hex Logo

#caa69f Color Hex

#CAA69F
(202,166,159)
0 Favorites   0 Comments

Color spaces of #caa69f

RGB 202166159
HSL0.030.290.71
HSV10°21°79°
CMYK 0.000.180.21   0.21
XYZ44.251342.332238.6395
Yxy42.33220.35340.3381
Hunter Lab65.06327.542210.3333
CIE-Lab71.099412.09638.5744

#caa69f color RGB value is (202,166,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100110 10011111
Octal 312 246 237
Decimal 202 166 159
Hex CA A6 9F

RGB Percentages of Color #caa69f

%38.33
%31.50
%30.17

CMYK Percentages of Color #caa69f

%0
%18
%21
%21

Triadic Colors of #caa69f

#caa69f #9fcaa6 #a69fca

Analogous Colors of #caa69f

#caa69f #cabc9f #ca9fae

Monochromatic Colors of #caa69f

#caa69f

Complementary Color

#caa69f #9fc3ca

#caa69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa69f Color CSS Codes

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

#caa69f Text Font Color

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

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


#caa69f Background Color

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

This div background color is #caa69f


#caa69f Border Color

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

This div border color is #caa69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa69f


Comments

No comments written yet.

Please login to write comment.