Color Hex Logo

#caa51f Color Hex

#CAA51F
(202,165,31)
0 Favorites   0 Comments

Color spaces of #caa51f

RGB 20216531
HSL0.130.730.46
HSV47°85°79°
CMYK 0.000.180.85   0.21
XYZ38.059639.56586.9273
Yxy39.56580.45010.4679
Hunter Lab62.9014-2.072737.5014
CIE-Lab69.15911.469666.9841

#caa51f color RGB value is (202,165,31).

#caa51f hex color red value is 202, green value is 165 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #caa51f hue: 0.13 , saturation: 0.73 and the lightness value of caa51f is 0.46.

The process color (four color CMYK) of #caa51f color hex is 0.00, 0.18, 0.85, 0.21. Web safe color of #caa51f is #cc9933. Color #caa51f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100101 00011111
Octal 312 245 37
Decimal 202 165 31
Hex CA A5 1F

RGB Percentages of Color #caa51f

%50.75
%41.46
%7.79

CMYK Percentages of Color #caa51f

%0
%18
%85
%21

Triadic Colors of #caa51f

#caa51f #1fcaa5 #a51fca

Analogous Colors of #caa51f

#caa51f #9aca1f #ca501f

Monochromatic Colors of #caa51f

#caa51f

Complementary Color

#caa51f #1f44ca

#caa51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa51f Color CSS Codes

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

#caa51f Text Font Color

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

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


#caa51f Background Color

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

This div background color is #caa51f


#caa51f Border Color

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

This div border color is #caa51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa51f


Comments

No comments written yet.

Please login to write comment.