Color Hex Logo

#9eafde Color Hex

#9EAFDE
(158,175,222)
0 Favorites   0 Comments

Color spaces of #9eafde

RGB 158175222
HSL0.620.490.75
HSV224°29°87°
CMYK 0.290.210.00   0.13
XYZ42.615343.203075.2002
Yxy43.20300.26470.2683
Hunter Lab65.72900.7045-21.8231
CIE-Lab71.69254.7037-25.5927

#9eafde color RGB value is (158,175,222).

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

The process color (four color CMYK) of #9eafde color hex is 0.29, 0.21, 0.00, 0.13. Web safe color of #9eafde is #9999cc. Color #9eafde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101111 11011110
Octal 236 257 336
Decimal 158 175 222
Hex 9E AF DE

RGB Percentages of Color #9eafde

%28.47
%31.53
%40.00

CMYK Percentages of Color #9eafde

%29
%21
%0
%13

Triadic Colors of #9eafde

#9eafde #de9eaf #afde9e

Analogous Colors of #9eafde

#9eafde #ad9ede #9ecfde

Monochromatic Colors of #9eafde

#9eafde

Complementary Color

#9eafde #decd9e

#9eafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eafde Color CSS Codes

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

#9eafde Text Font Color

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

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


#9eafde Background Color

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

This div background color is #9eafde


#9eafde Border Color

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

This div border color is #9eafde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eafde


Comments

No comments written yet.

Please login to write comment.