Color Hex Logo

#9feaaf Color Hex

#9FEAAF
(159,234,175)
0 Favorites   0 Comments

Color spaces of #9feaaf

RGB 159234175
HSL0.370.640.77
HSV133°32°92°
CMYK 0.320.000.25   0.08
XYZ51.458869.311751.2238
Yxy69.31170.29920.4030
Hunter Lab83.2536-35.363621.7980
CIE-Lab86.6582-34.977021.4478

#9feaaf color RGB value is (159,234,175).

#9feaaf hex color red value is 159, green value is 234 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9feaaf hue: 0.37 , saturation: 0.64 and the lightness value of 9feaaf is 0.77.

The process color (four color CMYK) of #9feaaf color hex is 0.32, 0.00, 0.25, 0.08. Web safe color of #9feaaf is #99ff99. Color #9feaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101010 10101111
Octal 237 352 257
Decimal 159 234 175
Hex 9F EA AF

RGB Percentages of Color #9feaaf

%27.99
%41.20
%30.81

CMYK Percentages of Color #9feaaf

%32
%0
%25
%8

Triadic Colors of #9feaaf

#9feaaf #af9fea #eaaf9f

Analogous Colors of #9feaaf

#9feaaf #9fead5 #b5ea9f

Monochromatic Colors of #9feaaf

#9feaaf

Complementary Color

#9feaaf #ea9fda

#9feaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9feaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9feaaf Color CSS Codes

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

#9feaaf Text Font Color

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

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


#9feaaf Background Color

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

This div background color is #9feaaf


#9feaaf Border Color

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

This div border color is #9feaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9feaaf


Comments

No comments written yet.

Please login to write comment.