Color Hex Logo

#bab04e Color Hex

#BAB04E
(186,176,78)
0 Favorites   0 Comments

Color spaces of #bab04e

RGB 18617678
HSL0.150.440.52
HSV54°58°73°
CMYK 0.000.050.58   0.27
XYZ37.150242.039813.3642
Yxy42.03980.40140.4542
Hunter Lab64.8381-11.191833.1660
CIE-Lab70.8984-8.985950.4313

#bab04e color RGB value is (186,176,78).

#bab04e hex color red value is 186, green value is 176 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bab04e hue: 0.15 , saturation: 0.44 and the lightness value of bab04e is 0.52.

The process color (four color CMYK) of #bab04e color hex is 0.00, 0.05, 0.58, 0.27. Web safe color of #bab04e is #cc9966. Color #bab04e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 01001110
Octal 272 260 116
Decimal 186 176 78
Hex BA B0 4E

RGB Percentages of Color #bab04e

%42.27
%40.00
%17.73

CMYK Percentages of Color #bab04e

%0
%5
%58
%27

Triadic Colors of #bab04e

#bab04e #4ebab0 #b04eba

Analogous Colors of #bab04e

#bab04e #8eba4e #ba7a4e

Monochromatic Colors of #bab04e

#bab04e

Complementary Color

#bab04e #4e58ba

#bab04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab04e Color CSS Codes

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

#bab04e Text Font Color

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

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


#bab04e Background Color

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

This div background color is #bab04e


#bab04e Border Color

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

This div border color is #bab04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab04e


Comments

No comments written yet.

Please login to write comment.