Color Hex Logo

#cabe0a Color Hex

#CABE0A
(202,190,10)
0 Favorites   0 Comments

Color spaces of #cabe0a

RGB 20219010
HSL0.160.910.42
HSV56°95°79°
CMYK 0.000.060.95   0.21
XYZ42.825449.40547.5662
Yxy49.40540.42910.4951
Hunter Lab70.2890-14.249942.8201
CIE-Lab75.7028-11.954275.8836

#cabe0a color RGB value is (202,190,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 00001010
Octal 312 276 12
Decimal 202 190 10
Hex CA BE A

RGB Percentages of Color #cabe0a

%50.25
%47.26
%2.49

CMYK Percentages of Color #cabe0a

%0
%6
%95
%21

Triadic Colors of #cabe0a

#cabe0a #0acabe #be0aca

Analogous Colors of #cabe0a

#cabe0a #76ca0a #ca5e0a

Monochromatic Colors of #cabe0a

#cabe0a

Complementary Color

#cabe0a #0a16ca

#cabe0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabe0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabe0a Color CSS Codes

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

#cabe0a Text Font Color

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

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


#cabe0a Background Color

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

This div background color is #cabe0a


#cabe0a Border Color

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

This div border color is #cabe0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabe0a


Comments

No comments written yet.

Please login to write comment.