Color Hex Logo

#badb9e Color Hex

#BADB9E
(186,219,158)
0 Favorites   0 Comments

Color spaces of #badb9e

RGB 186219158
HSL0.260.460.74
HSV92°28°86°
CMYK 0.150.000.28   0.14
XYZ51.752863.570841.8905
Yxy63.57080.32920.4044
Hunter Lab79.7313-23.667224.6612
CIE-Lab83.7418-21.631826.5070

#badb9e color RGB value is (186,219,158).

#badb9e hex color red value is 186, green value is 219 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #badb9e hue: 0.26 , saturation: 0.46 and the lightness value of badb9e is 0.74.

The process color (four color CMYK) of #badb9e color hex is 0.15, 0.00, 0.28, 0.14. Web safe color of #badb9e is #cccc99. Color #badb9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 10011110
Octal 272 333 236
Decimal 186 219 158
Hex BA DB 9E

RGB Percentages of Color #badb9e

%33.04
%38.90
%28.06

CMYK Percentages of Color #badb9e

%15
%0
%28
%14

Triadic Colors of #badb9e

#badb9e #9ebadb #db9eba

Analogous Colors of #badb9e

#badb9e #9edba1 #d9db9e

Monochromatic Colors of #badb9e

#badb9e

Complementary Color

#badb9e #bf9edb

#badb9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badb9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#badb9e Color CSS Codes

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

#badb9e Text Font Color

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

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


#badb9e Background Color

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

This div background color is #badb9e


#badb9e Border Color

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

This div border color is #badb9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badb9e


Comments

No comments written yet.

Please login to write comment.