Color Hex Logo

#caa65f Color Hex

#CAA65F
(202,166,95)
0 Favorites   0 Comments

Color spaces of #caa65f

RGB 20216695
HSL0.110.500.58
HSV40°53°79°
CMYK 0.000.180.53   0.21
XYZ40.058940.655216.5624
Yxy40.65520.41180.4179
Hunter Lab63.76140.562329.2321
CIE-Lab69.93374.474541.3992

#caa65f color RGB value is (202,166,95).

#caa65f hex color red value is 202, green value is 166 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #caa65f hue: 0.11 , saturation: 0.50 and the lightness value of caa65f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100110 01011111
Octal 312 246 137
Decimal 202 166 95
Hex CA A6 5F

RGB Percentages of Color #caa65f

%43.63
%35.85
%20.52

CMYK Percentages of Color #caa65f

%0
%18
%53
%21

Triadic Colors of #caa65f

#caa65f #5fcaa6 #a65fca

Analogous Colors of #caa65f

#caa65f #b9ca5f #ca715f

Monochromatic Colors of #caa65f

#caa65f

Complementary Color

#caa65f #5f83ca

#caa65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa65f Color CSS Codes

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

#caa65f Text Font Color

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

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


#caa65f Background Color

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

This div background color is #caa65f


#caa65f Border Color

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

This div border color is #caa65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa65f


Comments

No comments written yet.

Please login to write comment.