Color Hex Logo

#bab134 Color Hex

#BAB134
(186,177,52)
0 Favorites   0 Comments

Color spaces of #bab134

RGB 18617752
HSL0.160.560.47
HSV56°72°73°
CMYK 0.000.050.72   0.27
XYZ36.591742.13139.4524
Yxy42.13130.41500.4778
Hunter Lab64.9086-12.962236.8019
CIE-Lab70.9614-11.098761.3761

#bab134 color RGB value is (186,177,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 00110100
Octal 272 261 64
Decimal 186 177 52
Hex BA B1 34

RGB Percentages of Color #bab134

%44.82
%42.65
%12.53

CMYK Percentages of Color #bab134

%0
%5
%72
%27

Triadic Colors of #bab134

#bab134 #34bab1 #b134ba

Analogous Colors of #bab134

#bab134 #80ba34 #ba6e34

Monochromatic Colors of #bab134

#bab134

Complementary Color

#bab134 #343dba

#bab134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab134 Color CSS Codes

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

#bab134 Text Font Color

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

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


#bab134 Background Color

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

This div background color is #bab134


#bab134 Border Color

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

This div border color is #bab134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab134


Comments

No comments written yet.

Please login to write comment.