Color Hex Logo

#9ee1fc Color Hex

#9EE1FC
(158,225,252)
0 Favorites   0 Comments

Color spaces of #9ee1fc

RGB 158225252
HSL0.550.940.80
HSV197°37°99°
CMYK 0.370.110.00   0.01
XYZ58.596568.1478102.1609
Yxy68.14780.25600.2977
Hunter Lab82.5517-17.7633-15.5875
CIE-Lab86.0803-14.4541-19.7960

#9ee1fc color RGB value is (158,225,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11100001 11111100
Octal 236 341 374
Decimal 158 225 252
Hex 9E E1 FC

RGB Percentages of Color #9ee1fc

%24.88
%35.43
%39.69

CMYK Percentages of Color #9ee1fc

%37
%11
%0
%1

Triadic Colors of #9ee1fc

#9ee1fc #fc9ee1 #e1fc9e

Analogous Colors of #9ee1fc

#9ee1fc #9eb2fc #9efce8

Monochromatic Colors of #9ee1fc

#9ee1fc

Complementary Color

#9ee1fc #fcb99e

#9ee1fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ee1fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ee1fc Color CSS Codes

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

#9ee1fc Text Font Color

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

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


#9ee1fc Background Color

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

This div background color is #9ee1fc


#9ee1fc Border Color

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

This div border color is #9ee1fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ee1fc


Comments

No comments written yet.

Please login to write comment.