Color Hex Logo

#bac129 Color Hex

#BAC129
(186,193,41)
0 Favorites   0 Comments

Color spaces of #bac129

RGB 18619341
HSL0.170.650.46
HSV63°79°76°
CMYK 0.040.000.79   0.24
XYZ39.719948.73919.4120
Yxy48.73910.40580.4980
Hunter Lab69.8134-20.617040.8761
CIE-Lab75.2887-19.668268.9635

#bac129 color RGB value is (186,193,41).

#bac129 hex color red value is 186, green value is 193 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bac129 hue: 0.17 , saturation: 0.65 and the lightness value of bac129 is 0.46.

The process color (four color CMYK) of #bac129 color hex is 0.04, 0.00, 0.79, 0.24. Web safe color of #bac129 is #cccc33. Color #bac129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000001 00101001
Octal 272 301 51
Decimal 186 193 41
Hex BA C1 29

RGB Percentages of Color #bac129

%44.29
%45.95
%9.76

CMYK Percentages of Color #bac129

%4
%0
%79
%24

Triadic Colors of #bac129

#bac129 #29bac1 #c129ba

Analogous Colors of #bac129

#bac129 #6ec129 #c17c29

Monochromatic Colors of #bac129

#bac129

Complementary Color

#bac129 #3029c1

#bac129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac129 Color CSS Codes

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

#bac129 Text Font Color

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

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


#bac129 Background Color

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

This div background color is #bac129


#bac129 Border Color

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

This div border color is #bac129


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,193,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 #bac129">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac129


Comments

No comments written yet.

Please login to write comment.