Color Hex Logo

#bab93e Color Hex

#BAB93E
(186,185,62)
0 Favorites   0 Comments

Color spaces of #bab93e

RGB 18618562
HSL0.170.500.49
HSV60°67°73°
CMYK 0.000.010.67   0.27
XYZ38.468245.484811.3094
Yxy45.48480.40380.4775
Hunter Lab67.4424-16.210437.2674
CIE-Lab73.2100-14.676759.7969

#bab93e color RGB value is (186,185,62).

#bab93e hex color red value is 186, green value is 185 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bab93e hue: 0.17 , saturation: 0.50 and the lightness value of bab93e is 0.49.

The process color (four color CMYK) of #bab93e color hex is 0.00, 0.01, 0.67, 0.27. Web safe color of #bab93e is #cccc33. Color #bab93e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111001 00111110
Octal 272 271 76
Decimal 186 185 62
Hex BA B9 3E

RGB Percentages of Color #bab93e

%42.96
%42.73
%14.32

CMYK Percentages of Color #bab93e

%0
%1
%67
%27

Triadic Colors of #bab93e

#bab93e #3ebab9 #b93eba

Analogous Colors of #bab93e

#bab93e #7dba3e #ba7b3e

Monochromatic Colors of #bab93e

#bab93e

Complementary Color

#bab93e #3e3fba

#bab93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab93e Color CSS Codes

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

#bab93e Text Font Color

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

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


#bab93e Background Color

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

This div background color is #bab93e


#bab93e Border Color

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

This div border color is #bab93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab93e


Comments

No comments written yet.

Please login to write comment.