Color Hex Logo

#9eacde Color Hex

#9EACDE
(158,172,222)
0 Favorites   0 Comments

Color spaces of #9eacde

RGB 158172222
HSL0.630.490.75
HSV227°29°87°
CMYK 0.290.230.00   0.13
XYZ42.037942.048175.0077
Yxy42.04810.26420.2643
Hunter Lab64.84452.2415-23.1915
CIE-Lab70.90416.3660-26.8011

#9eacde color RGB value is (158,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101100 11011110
Octal 236 254 336
Decimal 158 172 222
Hex 9E AC DE

RGB Percentages of Color #9eacde

%28.62
%31.16
%40.22

CMYK Percentages of Color #9eacde

%29
%23
%0
%13

Triadic Colors of #9eacde

#9eacde #de9eac #acde9e

Analogous Colors of #9eacde

#9eacde #b09ede #9eccde

Monochromatic Colors of #9eacde

#9eacde

Complementary Color

#9eacde #ded09e

#9eacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eacde Color CSS Codes

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

#9eacde Text Font Color

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

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


#9eacde Background Color

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

This div background color is #9eacde


#9eacde Border Color

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

This div border color is #9eacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eacde


Comments

No comments written yet.

Please login to write comment.