Color Hex Logo

#9effab Color Hex

#9EFFAB
(158,255,171)
0 Favorites   0 Comments

Color spaces of #9effab

RGB 158255171
HSL0.361.000.81
HSV128°38°100°
CMYK 0.380.000.33   0.00
XYZ57.211281.729451.2881
Yxy81.72940.30070.4296
Hunter Lab90.4043-45.246129.6467
CIE-Lab92.4553-45.312831.3778

#9effab color RGB value is (158,255,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111111 10101011
Octal 236 377 253
Decimal 158 255 171
Hex 9E FF AB

RGB Percentages of Color #9effab

%27.05
%43.66
%29.28

CMYK Percentages of Color #9effab

%38
%0
%33
%0

Triadic Colors of #9effab

#9effab #ab9eff #ffab9e

Analogous Colors of #9effab

#9effab #9effdc #c2ff9e

Monochromatic Colors of #9effab

#9effab

Complementary Color

#9effab #ff9ef2

#9effab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9effab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9effab Color CSS Codes

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

#9effab Text Font Color

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

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


#9effab Background Color

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

This div background color is #9effab


#9effab Border Color

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

This div border color is #9effab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9effab


Comments

No comments written yet.

Please login to write comment.