Color Hex Logo

#bab259 Color Hex

#BAB259
(186,178,89)
0 Favorites   0 Comments

Color spaces of #bab259

RGB 18617889
HSL0.150.410.54
HSV55°52°73°
CMYK 0.000.040.52   0.27
XYZ37.973343.001215.7498
Yxy43.00120.39260.4446
Hunter Lab65.5753-11.391131.6625
CIE-Lab71.5558-9.139545.9714

#bab259 color RGB value is (186,178,89).

#bab259 hex color red value is 186, green value is 178 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bab259 hue: 0.15 , saturation: 0.41 and the lightness value of bab259 is 0.54.

The process color (four color CMYK) of #bab259 color hex is 0.00, 0.04, 0.52, 0.27. Web safe color of #bab259 is #cc9966. Color #bab259 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110010 01011001
Octal 272 262 131
Decimal 186 178 89
Hex BA B2 59

RGB Percentages of Color #bab259

%41.06
%39.29
%19.65

CMYK Percentages of Color #bab259

%0
%4
%52
%27

Triadic Colors of #bab259

#bab259 #59bab2 #b259ba

Analogous Colors of #bab259

#bab259 #92ba59 #ba8259

Monochromatic Colors of #bab259

#bab259

Complementary Color

#bab259 #5961ba

#bab259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab259 Color CSS Codes

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

#bab259 Text Font Color

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

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


#bab259 Background Color

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

This div background color is #bab259


#bab259 Border Color

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

This div border color is #bab259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab259


Comments

No comments written yet.

Please login to write comment.