Color Hex Logo

#9ffebf Color Hex

#9FFEBF
(159,254,191)
0 Favorites   0 Comments

Color spaces of #9ffebf

RGB 159254191
HSL0.390.980.81
HSV140°37°100°
CMYK 0.370.000.25   0.00
XYZ59.143982.016162.0037
Yxy82.01610.29110.4037
Hunter Lab90.5627-41.911622.8011
CIE-Lab92.5820-41.157521.4365

#9ffebf color RGB value is (159,254,191).

#9ffebf hex color red value is 159, green value is 254 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9ffebf hue: 0.39 , saturation: 0.98 and the lightness value of 9ffebf is 0.81.

The process color (four color CMYK) of #9ffebf color hex is 0.37, 0.00, 0.25, 0.00. Web safe color of #9ffebf is #99ffcc. Color #9ffebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111110 10111111
Octal 237 376 277
Decimal 159 254 191
Hex 9F FE BF

RGB Percentages of Color #9ffebf

%26.32
%42.05
%31.62

CMYK Percentages of Color #9ffebf

%37
%0
%25
%0

Triadic Colors of #9ffebf

#9ffebf #bf9ffe #febf9f

Analogous Colors of #9ffebf

#9ffebf #9ffeef #affe9f

Monochromatic Colors of #9ffebf

#9ffebf

Complementary Color

#9ffebf #fe9fde

#9ffebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffebf Color CSS Codes

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

#9ffebf Text Font Color

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

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


#9ffebf Background Color

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

This div background color is #9ffebf


#9ffebf Border Color

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

This div border color is #9ffebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffebf

Related Colors


Comments

No comments written yet.

Please login to write comment.