Color Hex Logo

#bab84e Color Hex

#BAB84E
(186,184,78)
0 Favorites   0 Comments

Color spaces of #bab84e

RGB 18618478
HSL0.160.440.52
HSV59°58°73°
CMYK 0.000.010.58   0.27
XYZ38.765345.270113.9026
Yxy45.27010.39580.4622
Hunter Lab67.2831-14.902134.8471
CIE-Lab73.0694-13.121052.8573

#bab84e color RGB value is (186,184,78).

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

The process color (four color CMYK) of #bab84e color hex is 0.00, 0.01, 0.58, 0.27. Web safe color of #bab84e is #cccc66. Color #bab84e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 01001110
Octal 272 270 116
Decimal 186 184 78
Hex BA B8 4E

RGB Percentages of Color #bab84e

%41.52
%41.07
%17.41

CMYK Percentages of Color #bab84e

%0
%1
%58
%27

Triadic Colors of #bab84e

#bab84e #4ebab8 #b84eba

Analogous Colors of #bab84e

#bab84e #86ba4e #ba824e

Monochromatic Colors of #bab84e

#bab84e

Complementary Color

#bab84e #4e50ba

#bab84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab84e Color CSS Codes

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

#bab84e Text Font Color

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

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


#bab84e Background Color

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

This div background color is #bab84e


#bab84e Border Color

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

This div border color is #bab84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab84e


Comments

No comments written yet.

Please login to write comment.