Color Hex Logo

#9ef7fc Color Hex

#9EF7FC
(158,247,252)
0 Favorites   0 Comments

Color spaces of #9ef7fc

RGB 158247252
HSL0.510.940.80
HSV183°37°99°
CMYK 0.370.020.00   0.01
XYZ64.932080.8189104.2728
Yxy80.81890.25970.3232
Hunter Lab89.8993-28.3978-5.8400
CIE-Lab92.0510-25.3750-10.8416

#9ef7fc color RGB value is (158,247,252).

#9ef7fc hex color red value is 158, green value is 247 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9ef7fc hue: 0.51 , saturation: 0.94 and the lightness value of 9ef7fc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11110111 11111100
Octal 236 367 374
Decimal 158 247 252
Hex 9E F7 FC

RGB Percentages of Color #9ef7fc

%24.05
%37.60
%38.36

CMYK Percentages of Color #9ef7fc

%37
%2
%0
%1

Triadic Colors of #9ef7fc

#9ef7fc #fc9ef7 #f7fc9e

Analogous Colors of #9ef7fc

#9ef7fc #9ec8fc #9efcd2

Monochromatic Colors of #9ef7fc

#9ef7fc

Complementary Color

#9ef7fc #fca39e

#9ef7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ef7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ef7fc Color CSS Codes

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

#9ef7fc Text Font Color

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

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


#9ef7fc Background Color

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

This div background color is #9ef7fc


#9ef7fc Border Color

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

This div border color is #9ef7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ef7fc

Related Colors


Comments

No comments written yet.

Please login to write comment.