Color Hex Logo

#9ee2eb Color Hex

#9EE2EB
(158,226,235)
0 Favorites   0 Comments

Color spaces of #9ee2eb

RGB 158226235
HSL0.520.660.77
HSV187°33°92°
CMYK 0.330.040.00   0.08
XYZ56.292367.660088.6900
Yxy67.66000.26470.3182
Hunter Lab82.2557-21.7897-6.3489
CIE-Lab85.8362-19.0544-11.2024

#9ee2eb color RGB value is (158,226,235).

#9ee2eb hex color red value is 158, green value is 226 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9ee2eb hue: 0.52 , saturation: 0.66 and the lightness value of 9ee2eb is 0.77.

The process color (four color CMYK) of #9ee2eb color hex is 0.33, 0.04, 0.00, 0.08. Web safe color of #9ee2eb is #99ccff. Color #9ee2eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11100010 11101011
Octal 236 342 353
Decimal 158 226 235
Hex 9E E2 EB

RGB Percentages of Color #9ee2eb

%25.53
%36.51
%37.96

CMYK Percentages of Color #9ee2eb

%33
%4
%0
%8

Triadic Colors of #9ee2eb

#9ee2eb #eb9ee2 #e2eb9e

Analogous Colors of #9ee2eb

#9ee2eb #9ebceb #9eebce

Monochromatic Colors of #9ee2eb

#9ee2eb

Complementary Color

#9ee2eb #eba79e

#9ee2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ee2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ee2eb Color CSS Codes

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

#9ee2eb Text Font Color

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

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


#9ee2eb Background Color

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

This div background color is #9ee2eb


#9ee2eb Border Color

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

This div border color is #9ee2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ee2eb


Comments

No comments written yet.

Please login to write comment.