Color Hex Logo

#8edaee Color Hex

#8EDAEE
(142,218,238)
0 Favorites   0 Comments

Color spaces of #8edaee

RGB 142218238
HSL0.530.740.75
HSV193°40°93°
CMYK 0.400.080.00   0.07
XYZ51.659362.066690.1462
Yxy62.06660.25340.3044
Hunter Lab78.7824-20.8228-12.6945
CIE-Lab82.9488-18.4598-17.1972

#8edaee color RGB value is (142,218,238).

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

The process color (four color CMYK) of #8edaee color hex is 0.40, 0.08, 0.00, 0.07. Web safe color of #8edaee is #99ccff. Color #8edaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011010 11101110
Octal 216 332 356
Decimal 142 218 238
Hex 8E DA EE

RGB Percentages of Color #8edaee

%23.75
%36.45
%39.80

CMYK Percentages of Color #8edaee

%40
%8
%0
%7

Triadic Colors of #8edaee

#8edaee #ee8eda #daee8e

Analogous Colors of #8edaee

#8edaee #8eaaee #8eeed2

Monochromatic Colors of #8edaee

#8edaee

Complementary Color

#8edaee #eea28e

#8edaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edaee Color CSS Codes

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

#8edaee Text Font Color

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

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


#8edaee Background Color

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

This div background color is #8edaee


#8edaee Border Color

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

This div border color is #8edaee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,218,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 #8edaee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edaee


Comments

No comments written yet.

Please login to write comment.