Color Hex Logo

#bad89e Color Hex

#BAD89E
(186,216,158)
0 Favorites   0 Comments

Color spaces of #bad89e

RGB 186216158
HSL0.250.430.73
HSV91°27°85°
CMYK 0.140.000.27   0.15
XYZ50.977162.019541.6319
Yxy62.01950.32970.4011
Hunter Lab78.7525-22.272323.7835
CIE-Lab82.9238-20.156125.3966

#bad89e color RGB value is (186,216,158).

#bad89e hex color red value is 186, green value is 216 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bad89e hue: 0.25 , saturation: 0.43 and the lightness value of bad89e is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011000 10011110
Octal 272 330 236
Decimal 186 216 158
Hex BA D8 9E

RGB Percentages of Color #bad89e

%33.21
%38.57
%28.21

CMYK Percentages of Color #bad89e

%14
%0
%27
%15

Triadic Colors of #bad89e

#bad89e #9ebad8 #d89eba

Analogous Colors of #bad89e

#bad89e #9ed89f #d7d89e

Monochromatic Colors of #bad89e

#bad89e

Complementary Color

#bad89e #bc9ed8

#bad89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad89e Color CSS Codes

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

#bad89e Text Font Color

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

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


#bad89e Background Color

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

This div background color is #bad89e


#bad89e Border Color

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

This div border color is #bad89e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,216,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 #bad89e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad89e

#bad89e Color Palettes


Comments

No comments written yet.

Please login to write comment.