Color Hex Logo

#bab65d Color Hex

#BAB65D
(186,182,93)
0 Favorites   0 Comments

Color spaces of #bab65d

RGB 18618293
HSL0.160.400.55
HSV57°50°73°
CMYK 0.000.020.50   0.27
XYZ38.953444.685316.9280
Yxy44.68530.38730.4443
Hunter Lab66.8471-12.966131.7787
CIE-Lab72.6842-10.861945.3617

#bab65d color RGB value is (186,182,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110110 01011101
Octal 272 266 135
Decimal 186 182 93
Hex BA B6 5D

RGB Percentages of Color #bab65d

%40.35
%39.48
%20.17

CMYK Percentages of Color #bab65d

%0
%2
%50
%27

Triadic Colors of #bab65d

#bab65d #5dbab6 #b65dba

Analogous Colors of #bab65d

#bab65d #90ba5d #ba885d

Monochromatic Colors of #bab65d

#bab65d

Complementary Color

#bab65d #5d61ba

#bab65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab65d Color CSS Codes

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

#bab65d Text Font Color

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

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


#bab65d Background Color

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

This div background color is #bab65d


#bab65d Border Color

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

This div border color is #bab65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab65d


Comments

No comments written yet.

Please login to write comment.