Color Hex Logo

#9ff4fe Color Hex

#9FF4FE
(159,244,254)
0 Favorites   0 Comments

Color spaces of #9ff4fe

RGB 159244254
HSL0.520.980.81
HSV186°37°100°
CMYK 0.370.040.00   0.00
XYZ64.538279.2281105.6570
Yxy79.22810.25870.3176
Hunter Lab89.0102-26.3436-8.0714
CIE-Lab91.3374-23.1910-12.9405

#9ff4fe color RGB value is (159,244,254).

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

The process color (four color CMYK) of #9ff4fe color hex is 0.37, 0.04, 0.00, 0.00. Web safe color of #9ff4fe is #99ffff. Color #9ff4fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11110100 11111110
Octal 237 364 376
Decimal 159 244 254
Hex 9F F4 FE

RGB Percentages of Color #9ff4fe

%24.20
%37.14
%38.66

CMYK Percentages of Color #9ff4fe

%37
%4
%0
%0

Triadic Colors of #9ff4fe

#9ff4fe #fe9ff4 #f4fe9f

Analogous Colors of #9ff4fe

#9ff4fe #9fc5fe #9ffed9

Monochromatic Colors of #9ff4fe

#9ff4fe

Complementary Color

#9ff4fe #fea99f

#9ff4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ff4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ff4fe Color CSS Codes

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

#9ff4fe Text Font Color

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

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


#9ff4fe Background Color

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

This div background color is #9ff4fe


#9ff4fe Border Color

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

This div border color is #9ff4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ff4fe


Comments

No comments written yet.

Please login to write comment.