Color Hex Logo

#bad37e Color Hex

#BAD37E
(186,211,126)
0 Favorites   0 Comments

Color spaces of #bad37e

RGB 186211126
HSL0.220.490.66
HSV78°40°83°
CMYK 0.120.000.40   0.17
XYZ47.309958.534028.5434
Yxy58.53400.35200.4356
Hunter Lab76.5075-23.509231.4354
CIE-Lab81.0348-21.998539.3008

#bad37e color RGB value is (186,211,126).

#bad37e hex color red value is 186, green value is 211 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bad37e hue: 0.22 , saturation: 0.49 and the lightness value of bad37e is 0.66.

The process color (four color CMYK) of #bad37e color hex is 0.12, 0.00, 0.40, 0.17. Web safe color of #bad37e is #cccc66. Color #bad37e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 01111110
Octal 272 323 176
Decimal 186 211 126
Hex BA D3 7E

RGB Percentages of Color #bad37e

%35.56
%40.34
%24.09

CMYK Percentages of Color #bad37e

%12
%0
%40
%17

Triadic Colors of #bad37e

#bad37e #7ebad3 #d37eba

Analogous Colors of #bad37e

#bad37e #90d37e #d3c27e

Monochromatic Colors of #bad37e

#bad37e

Complementary Color

#bad37e #977ed3

#bad37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad37e Color CSS Codes

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

#bad37e Text Font Color

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

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


#bad37e Background Color

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

This div background color is #bad37e


#bad37e Border Color

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

This div border color is #bad37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad37e


Comments

No comments written yet.

Please login to write comment.