Color Hex Logo

#8eaded Color Hex

#8EADED
(142,173,237)
0 Favorites   0 Comments

Color spaces of #8eaded

RGB 142173237
HSL0.610.730.74
HSV220°40°93°
CMYK 0.400.270.00   0.07
XYZ41.385041.752385.9986
Yxy41.75230.24470.2469
Hunter Lab64.61601.2469-33.6789
CIE-Lab70.69985.2640-35.3907

#8eaded color RGB value is (142,173,237).

#8eaded hex color red value is 142, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8eaded hue: 0.61 , saturation: 0.73 and the lightness value of 8eaded is 0.74.

The process color (four color CMYK) of #8eaded color hex is 0.40, 0.27, 0.00, 0.07. Web safe color of #8eaded is #9999ff. Color #8eaded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101101 11101101
Octal 216 255 355
Decimal 142 173 237
Hex 8E AD ED

RGB Percentages of Color #8eaded

%25.72
%31.34
%42.93

CMYK Percentages of Color #8eaded

%40
%27
%0
%7

Triadic Colors of #8eaded

#8eaded #ed8ead #aded8e

Analogous Colors of #8eaded

#8eaded #9f8eed #8edded

Monochromatic Colors of #8eaded

#8eaded

Complementary Color

#8eaded #edce8e

#8eaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eaded Color CSS Codes

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

#8eaded Text Font Color

<p style="color:#8eaded">Text here</p>

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


#8eaded Background Color

<div style="background-color:#8eaded">
Div content here</div>

This div background color is #8eaded


#8eaded Border Color

<div style="border:3px solid #8eaded">
Div here</div>

This div border color is #8eaded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,173,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8eaded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8eaded;
  -webkit-box-shadow: 1px 1px 3px 2px #8eaded;
  box-shadow:         1px 1px 3px 2px #8eaded; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eaded


Comments

No comments written yet.

Please login to write comment.