Color Hex Logo

#9eadcc Color Hex

#9EADCC
(158,173,204)
0 Favorites   0 Comments

Color spaces of #9eadcc

RGB 158173204
HSL0.610.310.71
HSV220°23°80°
CMYK 0.230.150.00   0.20
XYZ39.943241.515963.0349
Yxy41.51590.27640.2873
Hunter Lab64.4328-2.1017-12.9007
CIE-Lab70.53591.5175-17.4880

#9eadcc color RGB value is (158,173,204).

#9eadcc hex color red value is 158, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9eadcc hue: 0.61 , saturation: 0.31 and the lightness value of 9eadcc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101101 11001100
Octal 236 255 314
Decimal 158 173 204
Hex 9E AD CC

RGB Percentages of Color #9eadcc

%29.53
%32.34
%38.13

CMYK Percentages of Color #9eadcc

%23
%15
%0
%20

Triadic Colors of #9eadcc

#9eadcc #cc9ead #adcc9e

Analogous Colors of #9eadcc

#9eadcc #a69ecc #9ec4cc

Monochromatic Colors of #9eadcc

#9eadcc

Complementary Color

#9eadcc #ccbd9e

#9eadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eadcc Color CSS Codes

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

#9eadcc Text Font Color

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

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


#9eadcc Background Color

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

This div background color is #9eadcc


#9eadcc Border Color

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

This div border color is #9eadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eadcc

#9eadcc Color Palettes


Comments

No comments written yet.

Please login to write comment.