Color Hex Logo

#bab84c Color Hex

#BAB84C
(186,184,76)
0 Favorites   0 Comments

Color spaces of #bab84c

RGB 18618476
HSL0.160.440.51
HSV59°59°73°
CMYK 0.000.010.59   0.27
XYZ38.694745.241913.5306
Yxy45.24190.39700.4642
Hunter Lab67.2621-15.020835.1566
CIE-Lab73.0509-13.266553.7318

#bab84c color RGB value is (186,184,76).

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

The process color (four color CMYK) of #bab84c color hex is 0.00, 0.01, 0.59, 0.27. Web safe color of #bab84c is #cccc33. Color #bab84c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 01001100
Octal 272 270 114
Decimal 186 184 76
Hex BA B8 4C

RGB Percentages of Color #bab84c

%41.70
%41.26
%17.04

CMYK Percentages of Color #bab84c

%0
%1
%59
%27

Triadic Colors of #bab84c

#bab84c #4cbab8 #b84cba

Analogous Colors of #bab84c

#bab84c #85ba4c #ba814c

Monochromatic Colors of #bab84c

#bab84c

Complementary Color

#bab84c #4c4eba

#bab84c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab84c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab84c Color CSS Codes

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

#bab84c Text Font Color

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

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


#bab84c Background Color

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

This div background color is #bab84c


#bab84c Border Color

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

This div border color is #bab84c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab84c


Comments

No comments written yet.

Please login to write comment.