Color Hex Logo

#9efeef Color Hex

#9EFEEF
(158,254,239)
0 Favorites   0 Comments

Color spaces of #9efeef

RGB 158254239
HSL0.470.980.81
HSV171°38°100°
CMYK 0.380.000.06   0.00
XYZ65.122384.384794.5169
Yxy84.38470.26690.3458
Hunter Lab91.8611-34.21463.2987
CIE-Lab93.6173-31.6964-1.7906

#9efeef color RGB value is (158,254,239).

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

The process color (four color CMYK) of #9efeef color hex is 0.38, 0.00, 0.06, 0.00. Web safe color of #9efeef is #99ffff. Color #9efeef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111110 11101111
Octal 236 376 357
Decimal 158 254 239
Hex 9E FE EF

RGB Percentages of Color #9efeef

%24.27
%39.02
%36.71

CMYK Percentages of Color #9efeef

%38
%0
%6
%0

Triadic Colors of #9efeef

#9efeef #ef9efe #feef9e

Analogous Colors of #9efeef

#9efeef #9eddfe #9efebf

Monochromatic Colors of #9efeef

#9efeef

Complementary Color

#9efeef #fe9ead

#9efeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efeef Color CSS Codes

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

#9efeef Text Font Color

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

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


#9efeef Background Color

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

This div background color is #9efeef


#9efeef Border Color

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

This div border color is #9efeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efeef

Related Colors


Comments

No comments written yet.

Please login to write comment.