Color Hex Logo

#9eacdd Color Hex

#9EACDD
(158,172,221)
0 Favorites   0 Comments

Color spaces of #9eacdd

RGB 158172221
HSL0.630.480.74
HSV227°29°87°
CMYK 0.290.220.00   0.13
XYZ41.904241.994674.3038
Yxy41.99460.26490.2654
Hunter Lab64.80322.0191-22.6200
CIE-Lab70.86726.1207-26.3104

#9eacdd color RGB value is (158,172,221).

#9eacdd hex color red value is 158, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9eacdd hue: 0.63 , saturation: 0.48 and the lightness value of 9eacdd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101100 11011101
Octal 236 254 335
Decimal 158 172 221
Hex 9E AC DD

RGB Percentages of Color #9eacdd

%28.68
%31.22
%40.11

CMYK Percentages of Color #9eacdd

%29
%22
%0
%13

Triadic Colors of #9eacdd

#9eacdd #dd9eac #acdd9e

Analogous Colors of #9eacdd

#9eacdd #b09edd #9eccdd

Monochromatic Colors of #9eacdd

#9eacdd

Complementary Color

#9eacdd #ddcf9e

#9eacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eacdd Color CSS Codes

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

#9eacdd Text Font Color

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

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


#9eacdd Background Color

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

This div background color is #9eacdd


#9eacdd Border Color

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

This div border color is #9eacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eacdd


Comments

No comments written yet.

Please login to write comment.