Color Hex Logo

#9edae1 Color Hex

#9EDAE1
(158,218,225)
0 Favorites   0 Comments

Color spaces of #9edae1

RGB 158218225
HSL0.520.530.75
HSV186°30°88°
CMYK 0.300.030.00   0.12
XYZ52.762662.848280.5842
Yxy62.84820.26890.3203
Hunter Lab79.2769-19.9341-4.7739
CIE-Lab83.3624-17.3582-9.5943

#9edae1 color RGB value is (158,218,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011010 11100001
Octal 236 332 341
Decimal 158 218 225
Hex 9E DA E1

RGB Percentages of Color #9edae1

%26.29
%36.27
%37.44

CMYK Percentages of Color #9edae1

%30
%3
%0
%12

Triadic Colors of #9edae1

#9edae1 #e19eda #dae19e

Analogous Colors of #9edae1

#9edae1 #9eb9e1 #9ee1c7

Monochromatic Colors of #9edae1

#9edae1

Complementary Color

#9edae1 #e1a59e

#9edae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edae1 Color CSS Codes

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

#9edae1 Text Font Color

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

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


#9edae1 Background Color

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

This div background color is #9edae1


#9edae1 Border Color

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

This div border color is #9edae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edae1


Comments

No comments written yet.

Please login to write comment.