Color Hex Logo

#caa41b Color Hex

#CAA41B
(202,164,27)
0 Favorites   0 Comments

Color spaces of #caa41b

RGB 20216427
HSL0.130.760.45
HSV47°87°79°
CMYK 0.000.190.87   0.21
XYZ37.830439.18666.6068
Yxy39.18660.45240.4686
Hunter Lab62.5992-1.676237.5619
CIE-Lab68.88621.904767.7644

#caa41b color RGB value is (202,164,27).

#caa41b hex color red value is 202, green value is 164 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #caa41b hue: 0.13 , saturation: 0.76 and the lightness value of caa41b is 0.45.

The process color (four color CMYK) of #caa41b color hex is 0.00, 0.19, 0.87, 0.21. Web safe color of #caa41b is #cc9933. Color #caa41b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100100 00011011
Octal 312 244 33
Decimal 202 164 27
Hex CA A4 1B

RGB Percentages of Color #caa41b

%51.40
%41.73
%6.87

CMYK Percentages of Color #caa41b

%0
%19
%87
%21

Triadic Colors of #caa41b

#caa41b #1bcaa4 #a41bca

Analogous Colors of #caa41b

#caa41b #99ca1b #ca4d1b

Monochromatic Colors of #caa41b

#caa41b

Complementary Color

#caa41b #1b41ca

#caa41b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa41b Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa41b Color CSS Codes

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

#caa41b Text Font Color

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

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


#caa41b Background Color

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

This div background color is #caa41b


#caa41b Border Color

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

This div border color is #caa41b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa41b


Comments

No comments written yet.

Please login to write comment.