Color Hex Logo

#bab129 Color Hex

#BAB129
(186,177,41)
0 Favorites   0 Comments

Color spaces of #bab129

RGB 18617741
HSL0.160.640.45
HSV56°78°73°
CMYK 0.000.050.78   0.27
XYZ36.372142.04358.2960
Yxy42.04350.41950.4849
Hunter Lab64.8410-13.343337.8029
CIE-Lab70.9009-11.567265.0414

#bab129 color RGB value is (186,177,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 00101001
Octal 272 261 51
Decimal 186 177 41
Hex BA B1 29

RGB Percentages of Color #bab129

%46.04
%43.81
%10.15

CMYK Percentages of Color #bab129

%0
%5
%78
%27

Triadic Colors of #bab129

#bab129 #29bab1 #b129ba

Analogous Colors of #bab129

#bab129 #7bba29 #ba6929

Monochromatic Colors of #bab129

#bab129

Complementary Color

#bab129 #2932ba

#bab129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab129 Color CSS Codes

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

#bab129 Text Font Color

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

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


#bab129 Background Color

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

This div background color is #bab129


#bab129 Border Color

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

This div border color is #bab129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab129


Comments

No comments written yet.

Please login to write comment.