Color Hex Logo

#9eaed1 Color Hex

#9EAED1
(158,174,209)
0 Favorites   0 Comments

Color spaces of #9eaed1

RGB 158174209
HSL0.610.360.72
HSV221°24°82°
CMYK 0.240.170.00   0.18
XYZ40.745242.144766.3088
Yxy42.14470.27310.2825
Hunter Lab64.9189-1.5759-15.1161
CIE-Lab70.97062.1338-19.5757

#9eaed1 color RGB value is (158,174,209).

#9eaed1 hex color red value is 158, green value is 174 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #9eaed1 hue: 0.61 , saturation: 0.36 and the lightness value of 9eaed1 is 0.72.

The process color (four color CMYK) of #9eaed1 color hex is 0.24, 0.17, 0.00, 0.18. Web safe color of #9eaed1 is #9999cc. Color #9eaed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101110 11010001
Octal 236 256 321
Decimal 158 174 209
Hex 9E AE D1

RGB Percentages of Color #9eaed1

%29.21
%32.16
%38.63

CMYK Percentages of Color #9eaed1

%24
%17
%0
%18

Triadic Colors of #9eaed1

#9eaed1 #d19eae #aed19e

Analogous Colors of #9eaed1

#9eaed1 #a89ed1 #9ec8d1

Monochromatic Colors of #9eaed1

#9eaed1

Complementary Color

#9eaed1 #d1c19e

#9eaed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaed1 Color CSS Codes

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

#9eaed1 Text Font Color

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

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


#9eaed1 Background Color

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

This div background color is #9eaed1


#9eaed1 Border Color

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

This div border color is #9eaed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaed1


Comments

No comments written yet.

Please login to write comment.