Color Hex Logo

#9efffa Color Hex

#9EFFFA
(158,255,250)
0 Favorites   0 Comments

Color spaces of #9efffa

RGB 158255250
HSL0.491.000.81
HSV177°38°100°
CMYK 0.380.000.02   0.00
XYZ67.115985.6912103.4452
Yxy85.69120.26190.3344
Hunter Lab92.5695-32.5784-1.4571
CIE-Lab94.1802-29.6695-6.6477

#9efffa color RGB value is (158,255,250).

#9efffa hex color red value is 158, green value is 255 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9efffa hue: 0.49 , saturation: 1.00 and the lightness value of 9efffa is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111111 11111010
Octal 236 377 372
Decimal 158 255 250
Hex 9E FF FA

RGB Percentages of Color #9efffa

%23.83
%38.46
%37.71

CMYK Percentages of Color #9efffa

%38
%0
%2
%0

Triadic Colors of #9efffa

#9efffa #fa9eff #fffa9e

Analogous Colors of #9efffa

#9efffa #9ed4ff #9effca

Monochromatic Colors of #9efffa

#9efffa

Complementary Color

#9efffa #ff9ea3

#9efffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efffa Color CSS Codes

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

#9efffa Text Font Color

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

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


#9efffa Background Color

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

This div background color is #9efffa


#9efffa Border Color

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

This div border color is #9efffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,255,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9efffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9efffa;
  -webkit-box-shadow: 1px 1px 3px 2px #9efffa;
  box-shadow:         1px 1px 3px 2px #9efffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,255,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efffa

Related Colors

#9efffa Color Palettes


Comments

No comments written yet.

Please login to write comment.