Color Hex Logo

#caa959 Color Hex

#CAA959
(202,169,89)
0 Favorites   0 Comments

Color spaces of #caa959

RGB 20216989
HSL0.120.520.57
HSV42°56°79°
CMYK 0.000.160.56   0.21
XYZ40.348341.653815.3646
Yxy41.65380.41440.4278
Hunter Lab64.5398-1.351831.0630
CIE-Lab70.63162.366945.2409

#caa959 color RGB value is (202,169,89).

#caa959 hex color red value is 202, green value is 169 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #caa959 hue: 0.12 , saturation: 0.52 and the lightness value of caa959 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101001 01011001
Octal 312 251 131
Decimal 202 169 89
Hex CA A9 59

RGB Percentages of Color #caa959

%43.91
%36.74
%19.35

CMYK Percentages of Color #caa959

%0
%16
%56
%21

Triadic Colors of #caa959

#caa959 #59caa9 #a959ca

Analogous Colors of #caa959

#caa959 #b3ca59 #ca7159

Monochromatic Colors of #caa959

#caa959

Complementary Color

#caa959 #597aca

#caa959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa959 Color CSS Codes

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

#caa959 Text Font Color

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

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


#caa959 Background Color

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

This div background color is #caa959


#caa959 Border Color

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

This div border color is #caa959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa959


Comments

No comments written yet.

Please login to write comment.