Color Hex Logo

#9eefae Color Hex

#9EEFAE
(158,239,174)
0 Favorites   0 Comments

Color spaces of #9eefae

RGB 158239174
HSL0.370.720.78
HSV132°34°94°
CMYK 0.340.000.27   0.06
XYZ52.607072.058151.1803
Yxy72.05810.29920.4098
Hunter Lab84.8870-37.930623.6737
CIE-Lab87.9965-37.737123.7994

#9eefae color RGB value is (158,239,174).

#9eefae hex color red value is 158, green value is 239 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9eefae hue: 0.37 , saturation: 0.72 and the lightness value of 9eefae is 0.78.

The process color (four color CMYK) of #9eefae color hex is 0.34, 0.00, 0.27, 0.06. Web safe color of #9eefae is #99ff99. Color #9eefae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101111 10101110
Octal 236 357 256
Decimal 158 239 174
Hex 9E EF AE

RGB Percentages of Color #9eefae

%27.67
%41.86
%30.47

CMYK Percentages of Color #9eefae

%34
%0
%27
%6

Triadic Colors of #9eefae

#9eefae #ae9eef #efae9e

Analogous Colors of #9eefae

#9eefae #9eefd7 #b7ef9e

Monochromatic Colors of #9eefae

#9eefae

Complementary Color

#9eefae #ef9edf

#9eefae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eefae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eefae Color CSS Codes

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

#9eefae Text Font Color

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

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


#9eefae Background Color

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

This div background color is #9eefae


#9eefae Border Color

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

This div border color is #9eefae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eefae


Comments

No comments written yet.

Please login to write comment.