Color Hex Logo

#badd8e Color Hex

#BADD8E
(186,221,142)
0 Favorites   0 Comments

Color spaces of #badd8e

RGB 186221142
HSL0.240.540.71
HSV87°36°87°
CMYK 0.160.000.36   0.13
XYZ50.988664.105035.2773
Yxy64.10500.33910.4263
Hunter Lab80.0656-26.439729.9225
CIE-Lab84.0204-24.852335.0843

#badd8e color RGB value is (186,221,142).

#badd8e hex color red value is 186, green value is 221 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #badd8e hue: 0.24 , saturation: 0.54 and the lightness value of badd8e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 10001110
Octal 272 335 216
Decimal 186 221 142
Hex BA DD 8E

RGB Percentages of Color #badd8e

%33.88
%40.26
%25.87

CMYK Percentages of Color #badd8e

%16
%0
%36
%13

Triadic Colors of #badd8e

#badd8e #8ebadd #dd8eba

Analogous Colors of #badd8e

#badd8e #93dd8e #ddd98e

Monochromatic Colors of #badd8e

#badd8e

Complementary Color

#badd8e #b18edd

#badd8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badd8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#badd8e Color CSS Codes

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

#badd8e Text Font Color

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

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


#badd8e Background Color

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

This div background color is #badd8e


#badd8e Border Color

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

This div border color is #badd8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badd8e


Comments

No comments written yet.

Please login to write comment.