Color Hex Logo

#9ef0ea Color Hex

#9EF0EA
(158,240,234)
0 Favorites   0 Comments

Color spaces of #9ef0ea

RGB 158240234
HSL0.490.730.78
HSV176°34°94°
CMYK 0.340.000.03   0.06
XYZ60.111975.529889.2524
Yxy75.52980.26730.3358
Hunter Lab86.9079-28.6250-0.0540
CIE-Lab89.6406-26.1628-5.0370

#9ef0ea color RGB value is (158,240,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11110000 11101010
Octal 236 360 352
Decimal 158 240 234
Hex 9E F0 EA

RGB Percentages of Color #9ef0ea

%25.00
%37.97
%37.03

CMYK Percentages of Color #9ef0ea

%34
%0
%3
%6

Triadic Colors of #9ef0ea

#9ef0ea #ea9ef0 #f0ea9e

Analogous Colors of #9ef0ea

#9ef0ea #9ecdf0 #9ef0c1

Monochromatic Colors of #9ef0ea

#9ef0ea

Complementary Color

#9ef0ea #f09ea4

#9ef0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ef0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ef0ea Color CSS Codes

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

#9ef0ea Text Font Color

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

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


#9ef0ea Background Color

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

This div background color is #9ef0ea


#9ef0ea Border Color

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

This div border color is #9ef0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ef0ea

#9ef0ea Color Palettes


Comments

No comments written yet.

Please login to write comment.