Color Hex Logo

#bab02e Color Hex

#BAB02E
(186,176,46)
0 Favorites   0 Comments

Color spaces of #bab02e

RGB 18617646
HSL0.150.600.45
HSV56°75°73°
CMYK 0.000.050.75   0.27
XYZ36.268241.68708.7196
Yxy41.68700.41840.4810
Hunter Lab64.5655-12.721237.1887
CIE-Lab70.6546-10.851563.1975

#bab02e color RGB value is (186,176,46).

#bab02e hex color red value is 186, green value is 176 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bab02e hue: 0.15 , saturation: 0.60 and the lightness value of bab02e is 0.45.

The process color (four color CMYK) of #bab02e color hex is 0.00, 0.05, 0.75, 0.27. Web safe color of #bab02e is #cc9933. Color #bab02e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 00101110
Octal 272 260 56
Decimal 186 176 46
Hex BA B0 2E

RGB Percentages of Color #bab02e

%45.59
%43.14
%11.27

CMYK Percentages of Color #bab02e

%0
%5
%75
%27

Triadic Colors of #bab02e

#bab02e #2ebab0 #b02eba

Analogous Colors of #bab02e

#bab02e #7eba2e #ba6a2e

Monochromatic Colors of #bab02e

#bab02e

Complementary Color

#bab02e #2e38ba

#bab02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab02e Color CSS Codes

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

#bab02e Text Font Color

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

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


#bab02e Background Color

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

This div background color is #bab02e


#bab02e Border Color

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

This div border color is #bab02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab02e


Comments

No comments written yet.

Please login to write comment.