Color Hex Logo

#9edeee Color Hex

#9EDEEE
(158,222,238)
0 Favorites   0 Comments

Color spaces of #9edeee

RGB 158222238
HSL0.530.700.78
HSV192°34°93°
CMYK 0.340.070.00   0.07
XYZ55.654465.684790.6340
Yxy65.68470.26260.3099
Hunter Lab81.0461-19.2546-9.5718
CIE-Lab84.8353-16.3326-14.2828

#9edeee color RGB value is (158,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011110 11101110
Octal 236 336 356
Decimal 158 222 238
Hex 9E DE EE

RGB Percentages of Color #9edeee

%25.57
%35.92
%38.51

CMYK Percentages of Color #9edeee

%34
%7
%0
%7

Triadic Colors of #9edeee

#9edeee #ee9ede #deee9e

Analogous Colors of #9edeee

#9edeee #9eb6ee #9eeed6

Monochromatic Colors of #9edeee

#9edeee

Complementary Color

#9edeee #eeae9e

#9edeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edeee Color CSS Codes

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

#9edeee Text Font Color

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

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


#9edeee Background Color

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

This div background color is #9edeee


#9edeee Border Color

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

This div border color is #9edeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edeee


Comments

No comments written yet.

Please login to write comment.