Color Hex Logo

#9ee7fe Color Hex

#9EE7FE
(158,231,254)
0 Favorites   0 Comments

Color spaces of #9ee7fe

RGB 158231254
HSL0.540.980.81
HSV194°38°100°
CMYK 0.380.090.00   0.00
XYZ60.565971.5767104.3895
Yxy71.57670.25610.3026
Hunter Lab84.6030-20.2701-13.9343
CIE-Lab87.7644-16.9983-18.3058

#9ee7fe color RGB value is (158,231,254).

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

The process color (four color CMYK) of #9ee7fe color hex is 0.38, 0.09, 0.00, 0.00. Web safe color of #9ee7fe is #99ffff. Color #9ee7fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11100111 11111110
Octal 236 347 376
Decimal 158 231 254
Hex 9E E7 FE

RGB Percentages of Color #9ee7fe

%24.57
%35.93
%39.50

CMYK Percentages of Color #9ee7fe

%38
%9
%0
%0

Triadic Colors of #9ee7fe

#9ee7fe #fe9ee7 #e7fe9e

Analogous Colors of #9ee7fe

#9ee7fe #9eb7fe #9efee5

Monochromatic Colors of #9ee7fe

#9ee7fe

Complementary Color

#9ee7fe #feb59e

#9ee7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ee7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ee7fe Color CSS Codes

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

#9ee7fe Text Font Color

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

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


#9ee7fe Background Color

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

This div background color is #9ee7fe


#9ee7fe Border Color

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

This div border color is #9ee7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ee7fe


Comments

No comments written yet.

Please login to write comment.