Color Hex Logo

#cab42a Color Hex

#CAB42A
(202,180,42)
0 Favorites   0 Comments

Color spaces of #cab42a

RGB 20218042
HSL0.140.660.48
HSV52°79°79°
CMYK 0.000.110.79   0.21
XYZ41.096345.36628.7810
Yxy45.36620.43150.4763
Hunter Lab67.3544-8.958539.4185
CIE-Lab73.1324-6.104567.2677

#cab42a color RGB value is (202,180,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110100 00101010
Octal 312 264 52
Decimal 202 180 42
Hex CA B4 2A

RGB Percentages of Color #cab42a

%47.64
%42.45
%9.91

CMYK Percentages of Color #cab42a

%0
%11
%79
%21

Triadic Colors of #cab42a

#cab42a #2acab4 #b42aca

Analogous Colors of #cab42a

#cab42a #90ca2a #ca642a

Monochromatic Colors of #cab42a

#cab42a

Complementary Color

#cab42a #2a40ca

#cab42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab42a Color CSS Codes

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

#cab42a Text Font Color

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

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


#cab42a Background Color

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

This div background color is #cab42a


#cab42a Border Color

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

This div border color is #cab42a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,180,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 #cab42a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab42a


Comments

No comments written yet.

Please login to write comment.