Color Hex Logo

#badd9d Color Hex

#BADD9D
(186,221,157)
0 Favorites   0 Comments

Color spaces of #badd9d

RGB 186221157
HSL0.260.480.74
HSV93°29°87°
CMYK 0.160.000.29   0.13
XYZ52.192064.586341.6139
Yxy64.58630.32950.4078
Hunter Lab80.3656-24.716225.5551
CIE-Lab84.2701-22.757227.7387

#badd9d color RGB value is (186,221,157).

#badd9d hex color red value is 186, green value is 221 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #badd9d hue: 0.26 , saturation: 0.48 and the lightness value of badd9d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 10011101
Octal 272 335 235
Decimal 186 221 157
Hex BA DD 9D

RGB Percentages of Color #badd9d

%32.98
%39.18
%27.84

CMYK Percentages of Color #badd9d

%16
%0
%29
%13

Triadic Colors of #badd9d

#badd9d #9dbadd #dd9dba

Analogous Colors of #badd9d

#badd9d #9ddda0 #dadd9d

Monochromatic Colors of #badd9d

#badd9d

Complementary Color

#badd9d #c09ddd

#badd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#badd9d Color CSS Codes

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

#badd9d Text Font Color

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

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


#badd9d Background Color

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

This div background color is #badd9d


#badd9d Border Color

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

This div border color is #badd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badd9d


Comments

No comments written yet.

Please login to write comment.