Color Hex Logo

#caa66f Color Hex

#CAA66F
(202,166,111)
0 Favorites   0 Comments

Color spaces of #caa66f

RGB 202166111
HSL0.100.460.61
HSV36°45°79°
CMYK 0.000.180.45   0.21
XYZ40.862640.976720.7945
Yxy40.97670.39810.3993
Hunter Lab64.01301.922325.5489
CIE-Lab70.15965.991133.3757

#caa66f color RGB value is (202,166,111).

#caa66f hex color red value is 202, green value is 166 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #caa66f hue: 0.10 , saturation: 0.46 and the lightness value of caa66f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100110 01101111
Octal 312 246 157
Decimal 202 166 111
Hex CA A6 6F

RGB Percentages of Color #caa66f

%42.17
%34.66
%23.17

CMYK Percentages of Color #caa66f

%0
%18
%45
%21

Triadic Colors of #caa66f

#caa66f #6fcaa6 #a66fca

Analogous Colors of #caa66f

#caa66f #c1ca6f #ca796f

Monochromatic Colors of #caa66f

#caa66f

Complementary Color

#caa66f #6f93ca

#caa66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa66f Color CSS Codes

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

#caa66f Text Font Color

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

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


#caa66f Background Color

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

This div background color is #caa66f


#caa66f Border Color

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

This div border color is #caa66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa66f


Comments

No comments written yet.

Please login to write comment.