Color Hex Logo

#9feeaa Color Hex

#9FEEAA
(159,238,170)
0 Favorites   0 Comments

Color spaces of #9feeaa

RGB 159238170
HSL0.360.700.78
HSV128°33°93°
CMYK 0.330.000.29   0.07
XYZ52.128371.422349.0686
Yxy71.42230.30200.4138
Hunter Lab84.5117-37.793624.7337
CIE-Lab87.6898-37.663825.4393

#9feeaa color RGB value is (159,238,170).

#9feeaa hex color red value is 159, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9feeaa hue: 0.36 , saturation: 0.70 and the lightness value of 9feeaa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101110 10101010
Octal 237 356 252
Decimal 159 238 170
Hex 9F EE AA

RGB Percentages of Color #9feeaa

%28.04
%41.98
%29.98

CMYK Percentages of Color #9feeaa

%33
%0
%29
%7

Triadic Colors of #9feeaa

#9feeaa #aa9fee #eeaa9f

Analogous Colors of #9feeaa

#9feeaa #9feed2 #bcee9f

Monochromatic Colors of #9feeaa

#9feeaa

Complementary Color

#9feeaa #ee9fe3

#9feeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9feeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9feeaa Color CSS Codes

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

#9feeaa Text Font Color

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

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


#9feeaa Background Color

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

This div background color is #9feeaa


#9feeaa Border Color

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

This div border color is #9feeaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,238,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9feeaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9feeaa;
  -webkit-box-shadow: 1px 1px 3px 2px #9feeaa;
  box-shadow:         1px 1px 3px 2px #9feeaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,238,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9feeaa


Comments

No comments written yet.

Please login to write comment.