Color Hex Logo

#9eaced Color Hex

#9EACED
(158,172,237)
0 Favorites   0 Comments

Color spaces of #9eaced

RGB 158172237
HSL0.640.690.77
HSV229°33°93°
CMYK 0.330.270.00   0.07
XYZ44.139142.888686.0727
Yxy42.88860.25500.2478
Hunter Lab65.48945.7005-32.0823
CIE-Lab71.479310.1308-34.0998

#9eaced color RGB value is (158,172,237).

#9eaced hex color red value is 158, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9eaced hue: 0.64 , saturation: 0.69 and the lightness value of 9eaced is 0.77.

The process color (four color CMYK) of #9eaced color hex is 0.33, 0.27, 0.00, 0.07. Web safe color of #9eaced is #9999ff. Color #9eaced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101100 11101101
Octal 236 254 355
Decimal 158 172 237
Hex 9E AC ED

RGB Percentages of Color #9eaced

%27.87
%30.34
%41.80

CMYK Percentages of Color #9eaced

%33
%27
%0
%7

Triadic Colors of #9eaced

#9eaced #ed9eac #aced9e

Analogous Colors of #9eaced

#9eaced #b89eed #9ed4ed

Monochromatic Colors of #9eaced

#9eaced

Complementary Color

#9eaced #eddf9e

#9eaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaced Color CSS Codes

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

#9eaced Text Font Color

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

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


#9eaced Background Color

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

This div background color is #9eaced


#9eaced Border Color

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

This div border color is #9eaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaced


Comments

No comments written yet.

Please login to write comment.