Color Hex Logo

#cab33a Color Hex

#CAB33A
(202,179,58)
0 Favorites   0 Comments

Color spaces of #cab33a

RGB 20217958
HSL0.140.580.51
HSV50°71°79°
CMYK 0.000.110.71   0.21
XYZ41.240945.102210.5350
Yxy45.10220.42570.4656
Hunter Lab67.1582-7.912437.7100
CIE-Lab72.9591-4.914961.5612

#cab33a color RGB value is (202,179,58).

#cab33a hex color red value is 202, green value is 179 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cab33a hue: 0.14 , saturation: 0.58 and the lightness value of cab33a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110011 00111010
Octal 312 263 72
Decimal 202 179 58
Hex CA B3 3A

RGB Percentages of Color #cab33a

%46.01
%40.77
%13.21

CMYK Percentages of Color #cab33a

%0
%11
%71
%21

Triadic Colors of #cab33a

#cab33a #3acab3 #b33aca

Analogous Colors of #cab33a

#cab33a #99ca3a #ca6b3a

Monochromatic Colors of #cab33a

#cab33a

Complementary Color

#cab33a #3a51ca

#cab33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab33a Color CSS Codes

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

#cab33a Text Font Color

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

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


#cab33a Background Color

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

This div background color is #cab33a


#cab33a Border Color

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

This div border color is #cab33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab33a


Comments

No comments written yet.

Please login to write comment.