Color Hex Logo

#9ed0ad Color Hex

#9ED0AD
(158,208,173)
0 Favorites   0 Comments

Color spaces of #9ed0ad

RGB 158208173
HSL0.380.350.72
HSV138°24°82°
CMYK 0.240.000.17   0.18
XYZ44.199355.398047.8985
Yxy55.39800.29970.3756
Hunter Lab74.4298-24.252013.9455
CIE-Lab79.2700-23.273712.1511

#9ed0ad color RGB value is (158,208,173).

#9ed0ad hex color red value is 158, green value is 208 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9ed0ad hue: 0.38 , saturation: 0.35 and the lightness value of 9ed0ad is 0.72.

The process color (four color CMYK) of #9ed0ad color hex is 0.24, 0.00, 0.17, 0.18. Web safe color of #9ed0ad is #99cc99. Color #9ed0ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11010000 10101101
Octal 236 320 255
Decimal 158 208 173
Hex 9E D0 AD

RGB Percentages of Color #9ed0ad

%29.31
%38.59
%32.10

CMYK Percentages of Color #9ed0ad

%24
%0
%17
%18

Triadic Colors of #9ed0ad

#9ed0ad #ad9ed0 #d0ad9e

Analogous Colors of #9ed0ad

#9ed0ad #9ed0c6 #a8d09e

Monochromatic Colors of #9ed0ad

#9ed0ad

Complementary Color

#9ed0ad #d09ec1

#9ed0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ed0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ed0ad Color CSS Codes

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

#9ed0ad Text Font Color

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

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


#9ed0ad Background Color

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

This div background color is #9ed0ad


#9ed0ad Border Color

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

This div border color is #9ed0ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,208,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ed0ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ed0ad;
  -webkit-box-shadow: 1px 1px 3px 2px #9ed0ad;
  box-shadow:         1px 1px 3px 2px #9ed0ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,208,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ed0ad


Comments

No comments written yet.

Please login to write comment.