Color Hex Logo

#9edaec Color Hex

#9EDAEC
(158,218,236)
0 Favorites   0 Comments

Color spaces of #9edaec

RGB 158218236
HSL0.540.670.77
HSV194°33°93°
CMYK 0.330.080.00   0.07
XYZ54.312363.468088.7449
Yxy63.46800.26300.3073
Hunter Lab79.6668-17.7258-10.2794
CIE-Lab83.6880-14.7771-14.9446

#9edaec color RGB value is (158,218,236).

#9edaec hex color red value is 158, green value is 218 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9edaec hue: 0.54 , saturation: 0.67 and the lightness value of 9edaec is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011010 11101100
Octal 236 332 354
Decimal 158 218 236
Hex 9E DA EC

RGB Percentages of Color #9edaec

%25.82
%35.62
%38.56

CMYK Percentages of Color #9edaec

%33
%8
%0
%7

Triadic Colors of #9edaec

#9edaec #ec9eda #daec9e

Analogous Colors of #9edaec

#9edaec #9eb3ec #9eecd7

Monochromatic Colors of #9edaec

#9edaec

Complementary Color

#9edaec #ecb09e

#9edaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edaec Color CSS Codes

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

#9edaec Text Font Color

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

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


#9edaec Background Color

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

This div background color is #9edaec


#9edaec Border Color

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

This div border color is #9edaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edaec

#9edaec Color Palettes


Comments

No comments written yet.

Please login to write comment.