Color Hex Logo

#cab93a Color Hex

#CAB93A
(202,185,58)
0 Favorites   0 Comments

Color spaces of #cab93a

RGB 20218558
HSL0.150.580.51
HSV53°71°79°
CMYK 0.000.080.71   0.21
XYZ42.469847.560010.9446
Yxy47.56000.42060.4710
Hunter Lab68.9638-10.761338.8653
CIE-Lab74.5466-8.034163.1232

#cab93a color RGB value is (202,185,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 00111010
Octal 312 271 72
Decimal 202 185 58
Hex CA B9 3A

RGB Percentages of Color #cab93a

%45.39
%41.57
%13.03

CMYK Percentages of Color #cab93a

%0
%8
%71
%21

Triadic Colors of #cab93a

#cab93a #3acab9 #b93aca

Analogous Colors of #cab93a

#cab93a #93ca3a #ca713a

Monochromatic Colors of #cab93a

#cab93a

Complementary Color

#cab93a #3a4bca

#cab93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab93a Color CSS Codes

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

#cab93a Text Font Color

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

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


#cab93a Background Color

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

This div background color is #cab93a


#cab93a Border Color

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

This div border color is #cab93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab93a


Comments

No comments written yet.

Please login to write comment.