Color Hex Logo

#cab52a Color Hex

#CAB52A
(202,181,42)
0 Favorites   0 Comments

Color spaces of #cab52a

RGB 20218142
HSL0.140.660.48
HSV52°79°79°
CMYK 0.000.100.79   0.21
XYZ41.298945.77158.8486
Yxy45.77150.43060.4772
Hunter Lab67.6546-9.432639.6037
CIE-Lab73.3970-6.625067.5028

#cab52a color RGB value is (202,181,42).

#cab52a hex color red value is 202, green value is 181 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cab52a hue: 0.14 , saturation: 0.66 and the lightness value of cab52a is 0.48.

The process color (four color CMYK) of #cab52a color hex is 0.00, 0.10, 0.79, 0.21. Web safe color of #cab52a is #cccc33. Color #cab52a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110101 00101010
Octal 312 265 52
Decimal 202 181 42
Hex CA B5 2A

RGB Percentages of Color #cab52a

%47.53
%42.59
%9.88

CMYK Percentages of Color #cab52a

%0
%10
%79
%21

Triadic Colors of #cab52a

#cab52a #2acab5 #b52aca

Analogous Colors of #cab52a

#cab52a #8fca2a #ca652a

Monochromatic Colors of #cab52a

#cab52a

Complementary Color

#cab52a #2a3fca

#cab52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab52a Color CSS Codes

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

#cab52a Text Font Color

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

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


#cab52a Background Color

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

This div background color is #cab52a


#cab52a Border Color

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

This div border color is #cab52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab52a


Comments

No comments written yet.

Please login to write comment.