Color Hex Logo

#caa62b Color Hex

#CAA62B
(202,166,43)
0 Favorites   0 Comments

Color spaces of #caa62b

RGB 20216643
HSL0.130.650.48
HSV46°79°79°
CMYK 0.000.180.79   0.21
XYZ38.429440.00347.9815
Yxy40.00340.44470.4629
Hunter Lab63.2482-2.228536.7918
CIE-Lab69.47201.311163.6630

#caa62b color RGB value is (202,166,43).

#caa62b hex color red value is 202, green value is 166 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #caa62b hue: 0.13 , saturation: 0.65 and the lightness value of caa62b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100110 00101011
Octal 312 246 53
Decimal 202 166 43
Hex CA A6 2B

RGB Percentages of Color #caa62b

%49.15
%40.39
%10.46

CMYK Percentages of Color #caa62b

%0
%18
%79
%21

Triadic Colors of #caa62b

#caa62b #2bcaa6 #a62bca

Analogous Colors of #caa62b

#caa62b #9fca2b #ca572b

Monochromatic Colors of #caa62b

#caa62b

Complementary Color

#caa62b #2b4fca

#caa62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa62b Color CSS Codes

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

#caa62b Text Font Color

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

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


#caa62b Background Color

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

This div background color is #caa62b


#caa62b Border Color

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

This div border color is #caa62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa62b


Comments

No comments written yet.

Please login to write comment.