Color Hex Logo

#9ff9eb Color Hex

#9FF9EB
(159,249,235)
0 Favorites   0 Comments

Color spaces of #9ff9eb

RGB 159249235
HSL0.470.880.80
HSV171°36°98°
CMYK 0.360.000.06   0.02
XYZ63.169281.120590.9257
Yxy81.12050.26860.3449
Hunter Lab90.0669-32.42463.1915
CIE-Lab92.1853-29.9753-1.8120

#9ff9eb color RGB value is (159,249,235).

#9ff9eb hex color red value is 159, green value is 249 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9ff9eb hue: 0.47 , saturation: 0.88 and the lightness value of 9ff9eb is 0.80.

The process color (four color CMYK) of #9ff9eb color hex is 0.36, 0.00, 0.06, 0.02. Web safe color of #9ff9eb is #99ffff. Color #9ff9eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111001 11101011
Octal 237 371 353
Decimal 159 249 235
Hex 9F F9 EB

RGB Percentages of Color #9ff9eb

%24.73
%38.72
%36.55

CMYK Percentages of Color #9ff9eb

%36
%0
%6
%2

Triadic Colors of #9ff9eb

#9ff9eb #eb9ff9 #f9eb9f

Analogous Colors of #9ff9eb

#9ff9eb #9fdaf9 #9ff9be

Monochromatic Colors of #9ff9eb

#9ff9eb

Complementary Color

#9ff9eb #f99fad

#9ff9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ff9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ff9eb Color CSS Codes

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

#9ff9eb Text Font Color

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

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


#9ff9eb Background Color

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

This div background color is #9ff9eb


#9ff9eb Border Color

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

This div border color is #9ff9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ff9eb


Comments

No comments written yet.

Please login to write comment.