Color Hex Logo

#9fe7df Color Hex

#9FE7DF
(159,231,223)
0 Favorites   0 Comments

Color spaces of #9fe7df

RGB 159231223
HSL0.480.600.76
HSV173°31°91°
CMYK 0.310.000.03   0.09
XYZ56.193369.850580.3328
Yxy69.85050.27230.3385
Hunter Lab83.5766-26.24341.5148
CIE-Lab86.9235-23.9875-3.2663

#9fe7df color RGB value is (159,231,223).

#9fe7df hex color red value is 159, green value is 231 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9fe7df hue: 0.48 , saturation: 0.60 and the lightness value of 9fe7df is 0.76.

The process color (four color CMYK) of #9fe7df color hex is 0.31, 0.00, 0.03, 0.09. Web safe color of #9fe7df is #99ffcc. Color #9fe7df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11100111 11011111
Octal 237 347 337
Decimal 159 231 223
Hex 9F E7 DF

RGB Percentages of Color #9fe7df

%25.94
%37.68
%36.38

CMYK Percentages of Color #9fe7df

%31
%0
%3
%9

Triadic Colors of #9fe7df

#9fe7df #df9fe7 #e7df9f

Analogous Colors of #9fe7df

#9fe7df #9fcbe7 #9fe7bb

Monochromatic Colors of #9fe7df

#9fe7df

Complementary Color

#9fe7df #e79fa7

#9fe7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fe7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fe7df Color CSS Codes

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

#9fe7df Text Font Color

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

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


#9fe7df Background Color

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

This div background color is #9fe7df


#9fe7df Border Color

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

This div border color is #9fe7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fe7df


Comments

No comments written yet.

Please login to write comment.