Color Hex Logo

#9eadce Color Hex

#9EADCE
(158,173,206)
0 Favorites   0 Comments

Color spaces of #9eadce

RGB 158173206
HSL0.610.330.71
HSV221°23°81°
CMYK 0.230.160.00   0.19
XYZ40.184741.612564.3066
Yxy41.61250.27500.2848
Hunter Lab64.5078-1.6931-13.9497
CIE-Lab70.60291.9817-18.4858

#9eadce color RGB value is (158,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101101 11001110
Octal 236 255 316
Decimal 158 173 206
Hex 9E AD CE

RGB Percentages of Color #9eadce

%29.42
%32.22
%38.36

CMYK Percentages of Color #9eadce

%23
%16
%0
%19

Triadic Colors of #9eadce

#9eadce #ce9ead #adce9e

Analogous Colors of #9eadce

#9eadce #a79ece #9ec5ce

Monochromatic Colors of #9eadce

#9eadce

Complementary Color

#9eadce #cebf9e

#9eadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eadce Color CSS Codes

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

#9eadce Text Font Color

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

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


#9eadce Background Color

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

This div background color is #9eadce


#9eadce Border Color

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

This div border color is #9eadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eadce


Comments

No comments written yet.

Please login to write comment.