Color Hex Logo

#8eadee Color Hex

#8EADEE
(142,173,238)
0 Favorites   0 Comments

Color spaces of #8eadee

RGB 142173238
HSL0.610.740.75
HSV221°40°93°
CMYK 0.400.270.00   0.07
XYZ41.531541.811086.7703
Yxy41.81100.24410.2458
Hunter Lab64.66141.4916-34.2993
CIE-Lab70.74045.5356-35.8720

#8eadee color RGB value is (142,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101101 11101110
Octal 216 255 356
Decimal 142 173 238
Hex 8E AD EE

RGB Percentages of Color #8eadee

%25.68
%31.28
%43.04

CMYK Percentages of Color #8eadee

%40
%27
%0
%7

Triadic Colors of #8eadee

#8eadee #ee8ead #adee8e

Analogous Colors of #8eadee

#8eadee #9f8eee #8eddee

Monochromatic Colors of #8eadee

#8eadee

Complementary Color

#8eadee #eecf8e

#8eadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eadee Color CSS Codes

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

#8eadee Text Font Color

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

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


#8eadee Background Color

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

This div background color is #8eadee


#8eadee Border Color

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

This div border color is #8eadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eadee


Comments

No comments written yet.

Please login to write comment.