Color Hex Logo

#bab109 Color Hex

#BAB109
(186,177,9)
0 Favorites   0 Comments

Color spaces of #bab109

RGB 1861779
HSL0.160.910.38
HSV57°95°73°
CMYK 0.000.050.95   0.27
XYZ36.021141.90316.4480
Yxy41.90310.42690.4966
Hunter Lab64.7326-13.954039.4070
CIE-Lab70.8041-12.321371.7058

#bab109 color RGB value is (186,177,9).

#bab109 hex color red value is 186, green value is 177 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #bab109 hue: 0.16 , saturation: 0.91 and the lightness value of bab109 is 0.38.

The process color (four color CMYK) of #bab109 color hex is 0.00, 0.05, 0.95, 0.27. Web safe color of #bab109 is #cc9900. Color #bab109 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 00001001
Octal 272 261 11
Decimal 186 177 9
Hex BA B1 9

RGB Percentages of Color #bab109

%50.00
%47.58
%2.42

CMYK Percentages of Color #bab109

%0
%5
%95
%27

Triadic Colors of #bab109

#bab109 #09bab1 #b109ba

Analogous Colors of #bab109

#bab109 #6bba09 #ba5909

Monochromatic Colors of #bab109

#bab109

Complementary Color

#bab109 #0912ba

#bab109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab109 Color CSS Codes

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

#bab109 Text Font Color

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

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


#bab109 Background Color

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

This div background color is #bab109


#bab109 Border Color

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

This div border color is #bab109


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab109


Comments

No comments written yet.

Please login to write comment.