Color Hex Logo

#9eaadc Color Hex

#9EAADC
(158,170,220)
0 Favorites   0 Comments

Color spaces of #9eaadc

RGB 158170220
HSL0.630.470.74
HSV228°28°86°
CMYK 0.280.230.00   0.14
XYZ41.393541.185973.4781
Yxy41.18590.26520.2639
Hunter Lab64.17622.8236-22.9603
CIE-Lab70.30606.9875-26.6234

#9eaadc color RGB value is (158,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101010 11011100
Octal 236 252 334
Decimal 158 170 220
Hex 9E AA DC

RGB Percentages of Color #9eaadc

%28.83
%31.02
%40.15

CMYK Percentages of Color #9eaadc

%28
%23
%0
%14

Triadic Colors of #9eaadc

#9eaadc #dc9eaa #aadc9e

Analogous Colors of #9eaadc

#9eaadc #b19edc #9ec9dc

Monochromatic Colors of #9eaadc

#9eaadc

Complementary Color

#9eaadc #dcd09e

#9eaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaadc Color CSS Codes

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

#9eaadc Text Font Color

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

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


#9eaadc Background Color

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

This div background color is #9eaadc


#9eaadc Border Color

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

This div border color is #9eaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaadc


Comments

No comments written yet.

Please login to write comment.