Color Hex Logo

#bab911 Color Hex

#BAB911
(186,185,17)
0 Favorites   0 Comments

Color spaces of #bab911

RGB 18618517
HSL0.170.830.40
HSV60°91°73°
CMYK 0.000.010.91   0.27
XYZ37.699845.17757.2634
Yxy45.17750.41820.5012
Hunter Lab67.2142-17.505940.6429
CIE-Lab73.0086-16.288072.3502

#bab911 color RGB value is (186,185,17).

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

The process color (four color CMYK) of #bab911 color hex is 0.00, 0.01, 0.91, 0.27. Web safe color of #bab911 is #cccc00. Color #bab911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111001 00010001
Octal 272 271 21
Decimal 186 185 17
Hex BA B9 11

RGB Percentages of Color #bab911

%47.94
%47.68
%4.38

CMYK Percentages of Color #bab911

%0
%1
%91
%27

Triadic Colors of #bab911

#bab911 #11bab9 #b911ba

Analogous Colors of #bab911

#bab911 #67ba11 #ba6511

Monochromatic Colors of #bab911

#bab911

Complementary Color

#bab911 #1112ba

#bab911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab911 Color CSS Codes

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

#bab911 Text Font Color

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

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


#bab911 Background Color

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

This div background color is #bab911


#bab911 Border Color

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

This div border color is #bab911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab911


Comments

No comments written yet.

Please login to write comment.