Color Hex Logo

#9edeea Color Hex

#9EDEEA
(158,222,234)
0 Favorites   0 Comments

Color spaces of #9edeea

RGB 158222234
HSL0.530.640.77
HSV189°32°92°
CMYK 0.320.050.00   0.08
XYZ55.073165.452287.5728
Yxy65.45220.26460.3145
Hunter Lab80.9025-20.0684-7.5466
CIE-Lab84.7162-17.2807-12.3457

#9edeea color RGB value is (158,222,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011110 11101010
Octal 236 336 352
Decimal 158 222 234
Hex 9E DE EA

RGB Percentages of Color #9edeea

%25.73
%36.16
%38.11

CMYK Percentages of Color #9edeea

%32
%5
%0
%8

Triadic Colors of #9edeea

#9edeea #ea9ede #deea9e

Analogous Colors of #9edeea

#9edeea #9eb8ea #9eead0

Monochromatic Colors of #9edeea

#9edeea

Complementary Color

#9edeea #eaaa9e

#9edeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edeea Color CSS Codes

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

#9edeea Text Font Color

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

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


#9edeea Background Color

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

This div background color is #9edeea


#9edeea Border Color

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

This div border color is #9edeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edeea


Comments

No comments written yet.

Please login to write comment.