Color Hex Logo

#caa84e Color Hex

#CAA84E
(202,168,78)
0 Favorites   0 Comments

Color spaces of #caa84e

RGB 20216878
HSL0.120.540.55
HSV44°61°79°
CMYK 0.000.170.61   0.21
XYZ39.734941.111913.0489
Yxy41.11190.42320.4378
Hunter Lab64.1186-1.589332.8168
CIE-Lab70.25432.079250.1087

#caa84e color RGB value is (202,168,78).

#caa84e hex color red value is 202, green value is 168 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #caa84e hue: 0.12 , saturation: 0.54 and the lightness value of caa84e is 0.55.

The process color (four color CMYK) of #caa84e color hex is 0.00, 0.17, 0.61, 0.21. Web safe color of #caa84e is #cc9966. Color #caa84e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101000 01001110
Octal 312 250 116
Decimal 202 168 78
Hex CA A8 4E

RGB Percentages of Color #caa84e

%45.09
%37.50
%17.41

CMYK Percentages of Color #caa84e

%0
%17
%61
%21

Triadic Colors of #caa84e

#caa84e #4ecaa8 #a84eca

Analogous Colors of #caa84e

#caa84e #aeca4e #ca6a4e

Monochromatic Colors of #caa84e

#caa84e

Complementary Color

#caa84e #4e70ca

#caa84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa84e Color CSS Codes

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

#caa84e Text Font Color

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

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


#caa84e Background Color

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

This div background color is #caa84e


#caa84e Border Color

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

This div border color is #caa84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa84e


Comments

No comments written yet.

Please login to write comment.