Color Hex Logo

#bab429 Color Hex

#BAB429
(186,180,41)
0 Favorites   0 Comments

Color spaces of #bab429

RGB 18618041
HSL0.160.640.45
HSV58°78°73°
CMYK 0.000.030.78   0.27
XYZ36.971243.24178.4957
Yxy43.24170.41680.4875
Hunter Lab65.7584-14.719638.3709
CIE-Lab71.7187-13.110165.7765

#bab429 color RGB value is (186,180,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110100 00101001
Octal 272 264 51
Decimal 186 180 41
Hex BA B4 29

RGB Percentages of Color #bab429

%45.70
%44.23
%10.07

CMYK Percentages of Color #bab429

%0
%3
%78
%27

Triadic Colors of #bab429

#bab429 #29bab4 #b429ba

Analogous Colors of #bab429

#bab429 #78ba29 #ba6c29

Monochromatic Colors of #bab429

#bab429

Complementary Color

#bab429 #292fba

#bab429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab429 Color CSS Codes

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

#bab429 Text Font Color

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

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


#bab429 Background Color

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

This div background color is #bab429


#bab429 Border Color

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

This div border color is #bab429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab429


Comments

No comments written yet.

Please login to write comment.