Color Hex Logo

#9eaddc Color Hex

#9EADDC
(158,173,220)
0 Favorites   0 Comments

Color spaces of #9eaddc

RGB 158173220
HSL0.630.470.74
HSV225°28°86°
CMYK 0.280.210.00   0.14
XYZ41.962442.323573.6678
Yxy42.32350.26570.2679
Hunter Lab65.05651.2862-21.5984
CIE-Lab71.09345.3218-25.4166

#9eaddc color RGB value is (158,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101101 11011100
Octal 236 255 334
Decimal 158 173 220
Hex 9E AD DC

RGB Percentages of Color #9eaddc

%28.68
%31.40
%39.93

CMYK Percentages of Color #9eaddc

%28
%21
%0
%14

Triadic Colors of #9eaddc

#9eaddc #dc9ead #addc9e

Analogous Colors of #9eaddc

#9eaddc #ae9edc #9eccdc

Monochromatic Colors of #9eaddc

#9eaddc

Complementary Color

#9eaddc #dccd9e

#9eaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaddc Color CSS Codes

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

#9eaddc Text Font Color

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

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


#9eaddc Background Color

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

This div background color is #9eaddc


#9eaddc Border Color

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

This div border color is #9eaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaddc


Comments

No comments written yet.

Please login to write comment.