Color Hex Logo

#9eeeff Color Hex

#9EEEFF
(158,238,255)
0 Favorites   0 Comments

Color spaces of #9eeeff

RGB 158238255
HSL0.531.000.81
HSV191°38°100°
CMYK 0.380.070.00   0.00
XYZ62.725175.6382105.9014
Yxy75.63820.25680.3097
Hunter Lab86.9702-23.4592-11.3167
CIE-Lab89.6911-20.2494-15.9315

#9eeeff color RGB value is (158,238,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101110 11111111
Octal 236 356 377
Decimal 158 238 255
Hex 9E EE FF

RGB Percentages of Color #9eeeff

%24.27
%36.56
%39.17

CMYK Percentages of Color #9eeeff

%38
%7
%0
%0

Triadic Colors of #9eeeff

#9eeeff #ff9eee #eeff9e

Analogous Colors of #9eeeff

#9eeeff #9ebeff #9effe0

Monochromatic Colors of #9eeeff

#9eeeff

Complementary Color

#9eeeff #ffaf9e

#9eeeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eeeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eeeff Color CSS Codes

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

#9eeeff Text Font Color

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

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


#9eeeff Background Color

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

This div background color is #9eeeff


#9eeeff Border Color

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

This div border color is #9eeeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eeeff

Related Colors


Comments

No comments written yet.

Please login to write comment.