Color Hex Logo

#caa130 Color Hex

#CAA130
(202,161,48)
0 Favorites   0 Comments

Color spaces of #caa130

RGB 20216148
HSL0.120.620.49
HSV44°76°79°
CMYK 0.000.200.76   0.21
XYZ37.635538.25978.1976
Yxy38.25970.44750.4550
Hunter Lab61.85440.363635.4404
CIE-Lab68.21164.179960.7412

#caa130 color RGB value is (202,161,48).

#caa130 hex color red value is 202, green value is 161 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #caa130 hue: 0.12 , saturation: 0.62 and the lightness value of caa130 is 0.49.

The process color (four color CMYK) of #caa130 color hex is 0.00, 0.20, 0.76, 0.21. Web safe color of #caa130 is #cc9933. Color #caa130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100001 00110000
Octal 312 241 60
Decimal 202 161 48
Hex CA A1 30

RGB Percentages of Color #caa130

%49.15
%39.17
%11.68

CMYK Percentages of Color #caa130

%0
%20
%76
%21

Triadic Colors of #caa130

#caa130 #30caa1 #a130ca

Analogous Colors of #caa130

#caa130 #a6ca30 #ca5430

Monochromatic Colors of #caa130

#caa130

Complementary Color

#caa130 #3059ca

#caa130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa130 Color CSS Codes

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

#caa130 Text Font Color

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

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


#caa130 Background Color

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

This div background color is #caa130


#caa130 Border Color

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

This div border color is #caa130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa130


Comments

No comments written yet.

Please login to write comment.