Color Hex Logo

#bab65b Color Hex

#BAB65B
(186,182,91)
0 Favorites   0 Comments

Color spaces of #bab65b

RGB 18618291
HSL0.160.410.54
HSV57°51°73°
CMYK 0.000.020.51   0.27
XYZ38.866044.650316.4674
Yxy44.65030.38870.4466
Hunter Lab66.8209-13.113032.1631
CIE-Lab72.6610-11.040146.3061

#bab65b color RGB value is (186,182,91).

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

The process color (four color CMYK) of #bab65b color hex is 0.00, 0.02, 0.51, 0.27. Web safe color of #bab65b is #cccc66. Color #bab65b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110110 01011011
Octal 272 266 133
Decimal 186 182 91
Hex BA B6 5B

RGB Percentages of Color #bab65b

%40.52
%39.65
%19.83

CMYK Percentages of Color #bab65b

%0
%2
%51
%27

Triadic Colors of #bab65b

#bab65b #5bbab6 #b65bba

Analogous Colors of #bab65b

#bab65b #8fba5b #ba875b

Monochromatic Colors of #bab65b

#bab65b

Complementary Color

#bab65b #5b5fba

#bab65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab65b Color CSS Codes

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

#bab65b Text Font Color

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

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


#bab65b Background Color

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

This div background color is #bab65b


#bab65b Border Color

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

This div border color is #bab65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab65b


Comments

No comments written yet.

Please login to write comment.