Color Hex Logo

#9fe0af Color Hex

#9FE0AF
(159,224,175)
0 Favorites   0 Comments

Color spaces of #9fe0af

RGB 159224175
HSL0.370.510.75
HSV135°29°88°
CMYK 0.290.000.22   0.12
XYZ48.691663.777450.3014
Yxy63.77740.29910.3918
Hunter Lab79.8608-30.923818.5579
CIE-Lab83.8497-30.311417.5450

#9fe0af color RGB value is (159,224,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11100000 10101111
Octal 237 340 257
Decimal 159 224 175
Hex 9F E0 AF

RGB Percentages of Color #9fe0af

%28.49
%40.14
%31.36

CMYK Percentages of Color #9fe0af

%29
%0
%22
%12

Triadic Colors of #9fe0af

#9fe0af #af9fe0 #e0af9f

Analogous Colors of #9fe0af

#9fe0af #9fe0d0 #b0e09f

Monochromatic Colors of #9fe0af

#9fe0af

Complementary Color

#9fe0af #e09fd0

#9fe0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fe0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fe0af Color CSS Codes

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

#9fe0af Text Font Color

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

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


#9fe0af Background Color

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

This div background color is #9fe0af


#9fe0af Border Color

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

This div border color is #9fe0af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fe0af


Comments

No comments written yet.

Please login to write comment.