Color Hex Logo

#caa55b Color Hex

#CAA55B
(202,165,91)
0 Favorites   0 Comments

Color spaces of #caa55b

RGB 20216591
HSL0.110.510.57
HSV40°55°79°
CMYK 0.000.180.55   0.21
XYZ39.700640.222215.5687
Yxy40.22220.41580.4212
Hunter Lab63.42100.751729.8401
CIE-Lab69.62754.673143.0507

#caa55b color RGB value is (202,165,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100101 01011011
Octal 312 245 133
Decimal 202 165 91
Hex CA A5 5B

RGB Percentages of Color #caa55b

%44.10
%36.03
%19.87

CMYK Percentages of Color #caa55b

%0
%18
%55
%21

Triadic Colors of #caa55b

#caa55b #5bcaa5 #a55bca

Analogous Colors of #caa55b

#caa55b #b8ca5b #ca6e5b

Monochromatic Colors of #caa55b

#caa55b

Complementary Color

#caa55b #5b80ca

#caa55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa55b Color CSS Codes

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

#caa55b Text Font Color

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

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


#caa55b Background Color

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

This div background color is #caa55b


#caa55b Border Color

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

This div border color is #caa55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa55b


Comments

No comments written yet.

Please login to write comment.