Color Hex Logo

#bad09e Color Hex

#BAD09E
(186,208,158)
0 Favorites   0 Comments

Color spaces of #bad09e

RGB 186208158
HSL0.240.350.72
HSV86°24°82°
CMYK 0.110.000.24   0.18
XYZ48.977158.019540.9653
Yxy58.01950.33100.3921
Hunter Lab76.1705-18.524221.4326
CIE-Lab80.7496-16.168422.4269

#bad09e color RGB value is (186,208,158).

#bad09e hex color red value is 186, green value is 208 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bad09e hue: 0.24 , saturation: 0.35 and the lightness value of bad09e is 0.72.

The process color (four color CMYK) of #bad09e color hex is 0.11, 0.00, 0.24, 0.18. Web safe color of #bad09e is #cccc99. Color #bad09e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010000 10011110
Octal 272 320 236
Decimal 186 208 158
Hex BA D0 9E

RGB Percentages of Color #bad09e

%33.70
%37.68
%28.62

CMYK Percentages of Color #bad09e

%11
%0
%24
%18

Triadic Colors of #bad09e

#bad09e #9ebad0 #d09eba

Analogous Colors of #bad09e

#bad09e #a1d09e #d0cd9e

Monochromatic Colors of #bad09e

#bad09e

Complementary Color

#bad09e #b49ed0

#bad09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad09e Color CSS Codes

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

#bad09e Text Font Color

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

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


#bad09e Background Color

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

This div background color is #bad09e


#bad09e Border Color

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

This div border color is #bad09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad09e


Comments

No comments written yet.

Please login to write comment.