Color Hex Logo

#baba29 Color Hex

#BABA29
(186,186,41)
0 Favorites   0 Comments

Color spaces of #baba29

RGB 18618641
HSL0.170.640.45
HSV60°78°73°
CMYK 0.000.000.78   0.27
XYZ38.208845.71708.9083
Yxy45.71700.41160.4925
Hunter Lab67.6143-17.454939.5185
CIE-Lab73.3615-16.163167.2472

#baba29 color RGB value is (186,186,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 00101001
Octal 272 272 51
Decimal 186 186 41
Hex BA BA 29

RGB Percentages of Color #baba29

%45.04
%45.04
%9.93

CMYK Percentages of Color #baba29

%0
%0
%78
%27

Triadic Colors of #baba29

#baba29 #29baba #ba29ba

Analogous Colors of #baba29

#baba29 #72ba29 #ba7229

Monochromatic Colors of #baba29

#baba29

Complementary Color

#baba29 #2929ba

#baba29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baba29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baba29 Color CSS Codes

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

#baba29 Text Font Color

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

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


#baba29 Background Color

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

This div background color is #baba29


#baba29 Border Color

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

This div border color is #baba29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baba29


Comments

No comments written yet.

Please login to write comment.