Color Hex Logo

#9edfab Color Hex

#9EDFAB
(158,223,171)
0 Favorites   0 Comments

Color spaces of #9edfab

RGB 158223171
HSL0.370.500.75
HSV132°29°87°
CMYK 0.290.000.23   0.13
XYZ47.838962.984748.1640
Yxy62.98470.30090.3962
Hunter Lab79.3629-31.287719.5719
CIE-Lab83.4343-30.870019.0505

#9edfab color RGB value is (158,223,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011111 10101011
Octal 236 337 253
Decimal 158 223 171
Hex 9E DF AB

RGB Percentages of Color #9edfab

%28.62
%40.40
%30.98

CMYK Percentages of Color #9edfab

%29
%0
%23
%13

Triadic Colors of #9edfab

#9edfab #ab9edf #dfab9e

Analogous Colors of #9edfab

#9edfab #9edfcc #b2df9e

Monochromatic Colors of #9edfab

#9edfab

Complementary Color

#9edfab #df9ed2

#9edfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edfab Color CSS Codes

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

#9edfab Text Font Color

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

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


#9edfab Background Color

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

This div background color is #9edfab


#9edfab Border Color

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

This div border color is #9edfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edfab


Comments

No comments written yet.

Please login to write comment.