Color Hex Logo

#babd5e Color Hex

#BABD5E
(186,189,94)
0 Favorites   0 Comments

Color spaces of #babd5e

RGB 18618994
HSL0.170.420.55
HSV62°50°74°
CMYK 0.020.000.50   0.26
XYZ40.467747.642417.6527
Yxy47.64240.38260.4505
Hunter Lab69.0235-16.138533.1531
CIE-Lab74.5988-14.363047.1495

#babd5e color RGB value is (186,189,94).

#babd5e hex color red value is 186, green value is 189 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #babd5e hue: 0.17 , saturation: 0.42 and the lightness value of babd5e is 0.55.

The process color (four color CMYK) of #babd5e color hex is 0.02, 0.00, 0.50, 0.26. Web safe color of #babd5e is #cccc66. Color #babd5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 01011110
Octal 272 275 136
Decimal 186 189 94
Hex BA BD 5E

RGB Percentages of Color #babd5e

%39.66
%40.30
%20.04

CMYK Percentages of Color #babd5e

%2
%0
%50
%26

Triadic Colors of #babd5e

#babd5e #5ebabd #bd5eba

Analogous Colors of #babd5e

#babd5e #8bbd5e #bd915e

Monochromatic Colors of #babd5e

#babd5e

Complementary Color

#babd5e #615ebd

#babd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#babd5e Color CSS Codes

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

#babd5e Text Font Color

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

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


#babd5e Background Color

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

This div background color is #babd5e


#babd5e Border Color

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

This div border color is #babd5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babd5e


Comments

No comments written yet.

Please login to write comment.