Color Hex Logo

#9ff2fa Color Hex

#9FF2FA
(159,242,250)
0 Favorites   0 Comments

Color spaces of #9ff2fa

RGB 159242250
HSL0.510.900.80
HSV185°36°98°
CMYK 0.360.030.00   0.02
XYZ63.305577.7773102.1184
Yxy77.77730.26030.3198
Hunter Lab88.1914-26.2043-6.9189
CIE-Lab90.6782-23.1655-11.8414

#9ff2fa color RGB value is (159,242,250).

#9ff2fa hex color red value is 159, green value is 242 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9ff2fa hue: 0.51 , saturation: 0.90 and the lightness value of 9ff2fa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11110010 11111010
Octal 237 362 372
Decimal 159 242 250
Hex 9F F2 FA

RGB Percentages of Color #9ff2fa

%24.42
%37.17
%38.40

CMYK Percentages of Color #9ff2fa

%36
%3
%0
%2

Triadic Colors of #9ff2fa

#9ff2fa #fa9ff2 #f2fa9f

Analogous Colors of #9ff2fa

#9ff2fa #9fc5fa #9ffad5

Monochromatic Colors of #9ff2fa

#9ff2fa

Complementary Color

#9ff2fa #faa79f

#9ff2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ff2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ff2fa Color CSS Codes

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

#9ff2fa Text Font Color

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

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


#9ff2fa Background Color

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

This div background color is #9ff2fa


#9ff2fa Border Color

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

This div border color is #9ff2fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ff2fa

Related Colors


Comments

No comments written yet.

Please login to write comment.