Color Hex Logo

#babd91 Color Hex

#BABD91
(186,189,145)
0 Favorites   0 Comments

Color spaces of #babd91

RGB 186189145
HSL0.180.250.65
HSV64°23°74°
CMYK 0.020.000.23   0.26
XYZ43.558148.878633.9268
Yxy48.87860.34470.3868
Hunter Lab69.9132-11.137120.1676
CIE-Lab75.3757-8.370621.9554

#babd91 color RGB value is (186,189,145).

#babd91 hex color red value is 186, green value is 189 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #babd91 hue: 0.18 , saturation: 0.25 and the lightness value of babd91 is 0.65.

The process color (four color CMYK) of #babd91 color hex is 0.02, 0.00, 0.23, 0.26. Web safe color of #babd91 is #cccc99. Color #babd91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 10010001
Octal 272 275 221
Decimal 186 189 145
Hex BA BD 91

RGB Percentages of Color #babd91

%35.77
%36.35
%27.88

CMYK Percentages of Color #babd91

%2
%0
%23
%26

Triadic Colors of #babd91

#babd91 #91babd #bd91ba

Analogous Colors of #babd91

#babd91 #a4bd91 #bdaa91

Monochromatic Colors of #babd91

#babd91

Complementary Color

#babd91 #9491bd

#babd91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babd91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babd91 Color CSS Codes

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

#babd91 Text Font Color

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

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


#babd91 Background Color

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

This div background color is #babd91


#babd91 Border Color

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

This div border color is #babd91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babd91


Comments

No comments written yet.

Please login to write comment.