Color Hex Logo

#9edfad Color Hex

#9EDFAD
(158,223,173)
0 Favorites   0 Comments

Color spaces of #9edfad

RGB 158223173
HSL0.370.500.75
HSV134°29°87°
CMYK 0.290.000.22   0.13
XYZ48.031163.061649.1758
Yxy63.06160.29970.3935
Hunter Lab79.4113-31.006018.8724
CIE-Lab83.4748-30.512418.0605

#9edfad color RGB value is (158,223,173).

#9edfad hex color red value is 158, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9edfad hue: 0.37 , saturation: 0.50 and the lightness value of 9edfad is 0.75.

The process color (four color CMYK) of #9edfad color hex is 0.29, 0.00, 0.22, 0.13. Web safe color of #9edfad is #99cc99. Color #9edfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011111 10101101
Octal 236 337 255
Decimal 158 223 173
Hex 9E DF AD

RGB Percentages of Color #9edfad

%28.52
%40.25
%31.23

CMYK Percentages of Color #9edfad

%29
%0
%22
%13

Triadic Colors of #9edfad

#9edfad #ad9edf #dfad9e

Analogous Colors of #9edfad

#9edfad #9edfce #b0df9e

Monochromatic Colors of #9edfad

#9edfad

Complementary Color

#9edfad #df9ed0

#9edfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edfad Color CSS Codes

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

#9edfad Text Font Color

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

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


#9edfad Background Color

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

This div background color is #9edfad


#9edfad Border Color

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

This div border color is #9edfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edfad


Comments

No comments written yet.

Please login to write comment.