Color Hex Logo

#9effef Color Hex

#9EFFEF
(158,255,239)
0 Favorites   0 Comments

Color spaces of #9effef

RGB 158255239
HSL0.471.000.81
HSV170°38°100°
CMYK 0.380.000.06   0.00
XYZ65.440585.021194.6230
Yxy85.02110.26700.3469
Hunter Lab92.2069-34.67813.7012
CIE-Lab93.8922-32.1645-1.3880

#9effef color RGB value is (158,255,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111111 11101111
Octal 236 377 357
Decimal 158 255 239
Hex 9E FF EF

RGB Percentages of Color #9effef

%24.23
%39.11
%36.66

CMYK Percentages of Color #9effef

%38
%0
%6
%0

Triadic Colors of #9effef

#9effef #ef9eff #ffef9e

Analogous Colors of #9effef

#9effef #9edfff #9effbf

Monochromatic Colors of #9effef

#9effef

Complementary Color

#9effef #ff9eae

#9effef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9effef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9effef Color CSS Codes

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

#9effef Text Font Color

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

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


#9effef Background Color

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

This div background color is #9effef


#9effef Border Color

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

This div border color is #9effef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9effef

Related Colors


Comments

No comments written yet.

Please login to write comment.