Color Hex Logo

#cab70a Color Hex

#CAB70A
(202,183,10)
0 Favorites   0 Comments

Color spaces of #cab70a

RGB 20218310
HSL0.150.910.42
HSV54°95°79°
CMYK 0.000.090.95   0.21
XYZ41.345446.44547.0729
Yxy46.44540.43580.4896
Hunter Lab68.1509-10.972641.5523
CIE-Lab73.8336-8.364874.4881

#cab70a color RGB value is (202,183,10).

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

The process color (four color CMYK) of #cab70a color hex is 0.00, 0.09, 0.95, 0.21. Web safe color of #cab70a is #cccc00. Color #cab70a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110111 00001010
Octal 312 267 12
Decimal 202 183 10
Hex CA B7 A

RGB Percentages of Color #cab70a

%51.14
%46.33
%2.53

CMYK Percentages of Color #cab70a

%0
%9
%95
%21

Triadic Colors of #cab70a

#cab70a #0acab7 #b70aca

Analogous Colors of #cab70a

#cab70a #7dca0a #ca570a

Monochromatic Colors of #cab70a

#cab70a

Complementary Color

#cab70a #0a1dca

#cab70a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab70a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab70a Color CSS Codes

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

#cab70a Text Font Color

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

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


#cab70a Background Color

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

This div background color is #cab70a


#cab70a Border Color

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

This div border color is #cab70a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab70a


Comments

No comments written yet.

Please login to write comment.