Color Hex Logo

#9efdad Color Hex

#9EFDAD
(158,253,173)
0 Favorites   0 Comments

Color spaces of #9efdad

RGB 158253173
HSL0.360.960.81
HSV129°38°99°
CMYK 0.380.000.32   0.01
XYZ56.768780.536852.0883
Yxy80.53680.29970.4252
Hunter Lab89.7423-44.134528.4065
CIE-Lab91.9252-44.119029.6587

#9efdad color RGB value is (158,253,173).

#9efdad hex color red value is 158, green value is 253 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9efdad hue: 0.36 , saturation: 0.96 and the lightness value of 9efdad is 0.81.

The process color (four color CMYK) of #9efdad color hex is 0.38, 0.00, 0.32, 0.01. Web safe color of #9efdad is #99ff99. Color #9efdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111101 10101101
Octal 236 375 255
Decimal 158 253 173
Hex 9E FD AD

RGB Percentages of Color #9efdad

%27.05
%43.32
%29.62

CMYK Percentages of Color #9efdad

%38
%0
%32
%1

Triadic Colors of #9efdad

#9efdad #ad9efd #fdad9e

Analogous Colors of #9efdad

#9efdad #9efddd #bffd9e

Monochromatic Colors of #9efdad

#9efdad

Complementary Color

#9efdad #fd9eee

#9efdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efdad Color CSS Codes

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

#9efdad Text Font Color

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

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


#9efdad Background Color

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

This div background color is #9efdad


#9efdad Border Color

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

This div border color is #9efdad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,253,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 #9efdad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efdad

Related Colors


Comments

No comments written yet.

Please login to write comment.