Color Hex Logo

#bad69e Color Hex

#BAD69E
(186,214,158)
0 Favorites   0 Comments

Color spaces of #bad69e

RGB 186214158
HSL0.250.410.73
HSV90°26°84°
CMYK 0.130.000.26   0.16
XYZ50.467861.000941.4622
Yxy61.00090.33000.3989
Hunter Lab78.1031-21.339223.1972
CIE-Lab82.3792-19.166224.6552

#bad69e color RGB value is (186,214,158).

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

The process color (four color CMYK) of #bad69e color hex is 0.13, 0.00, 0.26, 0.16. Web safe color of #bad69e is #cccc99. Color #bad69e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010110 10011110
Octal 272 326 236
Decimal 186 214 158
Hex BA D6 9E

RGB Percentages of Color #bad69e

%33.33
%38.35
%28.32

CMYK Percentages of Color #bad69e

%13
%0
%26
%16

Triadic Colors of #bad69e

#bad69e #9ebad6 #d69eba

Analogous Colors of #bad69e

#bad69e #9ed69e #d6d69e

Monochromatic Colors of #bad69e

#bad69e

Complementary Color

#bad69e #ba9ed6

#bad69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad69e Color CSS Codes

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

#bad69e Text Font Color

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

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


#bad69e Background Color

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

This div background color is #bad69e


#bad69e Border Color

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

This div border color is #bad69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad69e


Comments

No comments written yet.

Please login to write comment.