Color Hex Logo

#caa65c Color Hex

#CAA65C
(202,166,92)
0 Favorites   0 Comments

Color spaces of #caa65c

RGB 20216692
HSL0.110.510.58
HSV40°54°79°
CMYK 0.000.180.54   0.21
XYZ39.925140.601715.8578
Yxy40.60170.41420.4212
Hunter Lab63.71950.334829.8482
CIE-Lab69.89604.219242.8702

#caa65c color RGB value is (202,166,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100110 01011100
Octal 312 246 134
Decimal 202 166 92
Hex CA A6 5C

RGB Percentages of Color #caa65c

%43.91
%36.09
%20.00

CMYK Percentages of Color #caa65c

%0
%18
%54
%21

Triadic Colors of #caa65c

#caa65c #5ccaa6 #a65cca

Analogous Colors of #caa65c

#caa65c #b7ca5c #ca6f5c

Monochromatic Colors of #caa65c

#caa65c

Complementary Color

#caa65c #5c80ca

#caa65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa65c Color CSS Codes

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

#caa65c Text Font Color

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

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


#caa65c Background Color

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

This div background color is #caa65c


#caa65c Border Color

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

This div border color is #caa65c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa65c


Comments

No comments written yet.

Please login to write comment.