Color Hex Logo

#9edee1 Color Hex

#9EDEE1
(158,222,225)
0 Favorites   0 Comments

Color spaces of #9edee1

RGB 158222225
HSL0.510.530.75
HSV183°30°88°
CMYK 0.300.010.00   0.12
XYZ53.812464.947980.9341
Yxy64.94790.26950.3252
Hunter Lab80.5903-21.8434-3.1298
CIE-Lab84.4569-19.3681-7.9688

#9edee1 color RGB value is (158,222,225).

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

The process color (four color CMYK) of #9edee1 color hex is 0.30, 0.01, 0.00, 0.12. Web safe color of #9edee1 is #99cccc. Color #9edee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011110 11100001
Octal 236 336 341
Decimal 158 222 225
Hex 9E DE E1

RGB Percentages of Color #9edee1

%26.12
%36.69
%37.19

CMYK Percentages of Color #9edee1

%30
%1
%0
%12

Triadic Colors of #9edee1

#9edee1 #e19ede #dee19e

Analogous Colors of #9edee1

#9edee1 #9ebde1 #9ee1c3

Monochromatic Colors of #9edee1

#9edee1

Complementary Color

#9edee1 #e1a19e

#9edee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edee1 Color CSS Codes

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

#9edee1 Text Font Color

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

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


#9edee1 Background Color

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

This div background color is #9edee1


#9edee1 Border Color

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

This div border color is #9edee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edee1


Comments

No comments written yet.

Please login to write comment.