Color Hex Logo

#cab00a Color Hex

#CAB00A
(202,176,10)
0 Favorites   0 Comments

Color spaces of #cab00a

RGB 20217610
HSL0.140.910.42
HSV52°95°79°
CMYK 0.000.130.95   0.21
XYZ39.937243.62916.6035
Yxy43.62910.44290.4839
Hunter Lab66.0523-7.665240.3092
CIE-Lab71.9799-4.725573.1114

#cab00a color RGB value is (202,176,10).

#cab00a hex color red value is 202, green value is 176 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #cab00a hue: 0.14 , saturation: 0.91 and the lightness value of cab00a is 0.42.

The process color (four color CMYK) of #cab00a color hex is 0.00, 0.13, 0.95, 0.21. Web safe color of #cab00a is #cc9900. Color #cab00a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110000 00001010
Octal 312 260 12
Decimal 202 176 10
Hex CA B0 A

RGB Percentages of Color #cab00a

%52.06
%45.36
%2.58

CMYK Percentages of Color #cab00a

%0
%13
%95
%21

Triadic Colors of #cab00a

#cab00a #0acab0 #b00aca

Analogous Colors of #cab00a

#cab00a #84ca0a #ca500a

Monochromatic Colors of #cab00a

#cab00a

Complementary Color

#cab00a #0a24ca

#cab00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab00a Color CSS Codes

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

#cab00a Text Font Color

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

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


#cab00a Background Color

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

This div background color is #cab00a


#cab00a Border Color

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

This div border color is #cab00a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab00a


Comments

No comments written yet.

Please login to write comment.