Color Hex Logo

#9eeaee Color Hex

#9EEAEE
(158,234,238)
0 Favorites   0 Comments

Color spaces of #9eeaee

RGB 158234238
HSL0.510.700.78
HSV183°34°93°
CMYK 0.340.020.00   0.07
XYZ58.956072.287891.7345
Yxy72.28780.26440.3242
Hunter Lab85.0222-25.0137-4.4552
CIE-Lab88.1069-22.3211-9.4005

#9eeaee color RGB value is (158,234,238).

#9eeaee hex color red value is 158, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9eeaee hue: 0.51 , saturation: 0.70 and the lightness value of 9eeaee is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101010 11101110
Octal 236 352 356
Decimal 158 234 238
Hex 9E EA EE

RGB Percentages of Color #9eeaee

%25.08
%37.14
%37.78

CMYK Percentages of Color #9eeaee

%34
%2
%0
%7

Triadic Colors of #9eeaee

#9eeaee #ee9eea #eaee9e

Analogous Colors of #9eeaee

#9eeaee #9ec2ee #9eeeca

Monochromatic Colors of #9eeaee

#9eeaee

Complementary Color

#9eeaee #eea29e

#9eeaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eeaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eeaee Color CSS Codes

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

#9eeaee Text Font Color

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

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


#9eeaee Background Color

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

This div background color is #9eeaee


#9eeaee Border Color

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

This div border color is #9eeaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eeaee


Comments

No comments written yet.

Please login to write comment.