Color Hex Logo

#cabe0b Color Hex

#CABE0B
(202,190,11)
0 Favorites   0 Comments

Color spaces of #cabe0b

RGB 20219011
HSL0.160.900.42
HSV56°95°79°
CMYK 0.000.060.95   0.21
XYZ42.831049.40767.5958
Yxy49.40760.42900.4949
Hunter Lab70.2905-14.240842.7963
CIE-Lab75.7042-11.943475.7789

#cabe0b color RGB value is (202,190,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 00001011
Octal 312 276 13
Decimal 202 190 11
Hex CA BE B

RGB Percentages of Color #cabe0b

%50.12
%47.15
%2.73

CMYK Percentages of Color #cabe0b

%0
%6
%95
%21

Triadic Colors of #cabe0b

#cabe0b #0bcabe #be0bca

Analogous Colors of #cabe0b

#cabe0b #77ca0b #ca5e0b

Monochromatic Colors of #cabe0b

#cabe0b

Complementary Color

#cabe0b #0b17ca

#cabe0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabe0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabe0b Color CSS Codes

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

#cabe0b Text Font Color

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

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


#cabe0b Background Color

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

This div background color is #cabe0b


#cabe0b Border Color

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

This div border color is #cabe0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabe0b


Comments

No comments written yet.

Please login to write comment.