Color Hex Logo

#bab65f Color Hex

#BAB65F
(186,182,95)
0 Favorites   0 Comments

Color spaces of #bab65f

RGB 18618295
HSL0.160.400.55
HSV57°49°73°
CMYK 0.000.020.49   0.27
XYZ39.043244.721217.4007
Yxy44.72120.38590.4421
Hunter Lab66.8739-12.815131.3844
CIE-Lab72.7079-10.679144.4108

#bab65f color RGB value is (186,182,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110110 01011111
Octal 272 266 137
Decimal 186 182 95
Hex BA B6 5F

RGB Percentages of Color #bab65f

%40.17
%39.31
%20.52

CMYK Percentages of Color #bab65f

%0
%2
%49
%27

Triadic Colors of #bab65f

#bab65f #5fbab6 #b65fba

Analogous Colors of #bab65f

#bab65f #91ba5f #ba895f

Monochromatic Colors of #bab65f

#bab65f

Complementary Color

#bab65f #5f63ba

#bab65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab65f Color CSS Codes

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

#bab65f Text Font Color

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

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


#bab65f Background Color

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

This div background color is #bab65f


#bab65f Border Color

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

This div border color is #bab65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab65f


Comments

No comments written yet.

Please login to write comment.