Color Hex Logo

#bad79e Color Hex

#BAD79E
(186,215,158)
0 Favorites   0 Comments

Color spaces of #bad79e

RGB 186215158
HSL0.250.420.73
HSV91°27°84°
CMYK 0.130.000.27   0.16
XYZ50.721761.508641.5468
Yxy61.50860.32980.4000
Hunter Lab78.4274-21.805923.4904
CIE-Lab82.6514-19.661625.0259

#bad79e color RGB value is (186,215,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 10011110
Octal 272 327 236
Decimal 186 215 158
Hex BA D7 9E

RGB Percentages of Color #bad79e

%33.27
%38.46
%28.26

CMYK Percentages of Color #bad79e

%13
%0
%27
%16

Triadic Colors of #bad79e

#bad79e #9ebad7 #d79eba

Analogous Colors of #bad79e

#bad79e #9ed79f #d7d79e

Monochromatic Colors of #bad79e

#bad79e

Complementary Color

#bad79e #bb9ed7

#bad79e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad79e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad79e Color CSS Codes

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

#bad79e Text Font Color

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

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


#bad79e Background Color

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

This div background color is #bad79e


#bad79e Border Color

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

This div border color is #bad79e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad79e


Comments

No comments written yet.

Please login to write comment.