Color Hex Logo

#cab10a Color Hex

#CAB10A
(202,177,10)
0 Favorites   0 Comments

Color spaces of #cab10a

RGB 20217710
HSL0.140.910.42
HSV52°95°79°
CMYK 0.000.120.95   0.21
XYZ40.134044.02286.6691
Yxy44.02280.44190.4847
Hunter Lab66.3497-8.139840.4853
CIE-Lab72.2437-5.248673.3070

#cab10a color RGB value is (202,177,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110001 00001010
Octal 312 261 12
Decimal 202 177 10
Hex CA B1 A

RGB Percentages of Color #cab10a

%51.93
%45.50
%2.57

CMYK Percentages of Color #cab10a

%0
%12
%95
%21

Triadic Colors of #cab10a

#cab10a #0acab1 #b10aca

Analogous Colors of #cab10a

#cab10a #83ca0a #ca510a

Monochromatic Colors of #cab10a

#cab10a

Complementary Color

#cab10a #0a23ca

#cab10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab10a Color CSS Codes

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

#cab10a Text Font Color

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

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


#cab10a Background Color

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

This div background color is #cab10a


#cab10a Border Color

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

This div border color is #cab10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab10a


Comments

No comments written yet.

Please login to write comment.