Color Hex Logo

#caa85d Color Hex

#CAA85D
(202,168,93)
0 Favorites   0 Comments

Color spaces of #caa85d

RGB 20216893
HSL0.110.510.58
HSV41°54°79°
CMYK 0.000.170.54   0.21
XYZ40.335541.352116.2118
Yxy41.35210.41200.4224
Hunter Lab64.3056-0.571230.0666
CIE-Lab70.42193.230842.9997

#caa85d color RGB value is (202,168,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101000 01011101
Octal 312 250 135
Decimal 202 168 93
Hex CA A8 5D

RGB Percentages of Color #caa85d

%43.63
%36.29
%20.09

CMYK Percentages of Color #caa85d

%0
%17
%54
%21

Triadic Colors of #caa85d

#caa85d #5dcaa8 #a85dca

Analogous Colors of #caa85d

#caa85d #b6ca5d #ca725d

Monochromatic Colors of #caa85d

#caa85d

Complementary Color

#caa85d #5d7fca

#caa85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa85d Color CSS Codes

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

#caa85d Text Font Color

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

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


#caa85d Background Color

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

This div background color is #caa85d


#caa85d Border Color

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

This div border color is #caa85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa85d


Comments

No comments written yet.

Please login to write comment.