Color Hex Logo

#8edaef Color Hex

#8EDAEF
(142,218,239)
0 Favorites   0 Comments

Color spaces of #8edaef

RGB 142218239
HSL0.540.750.75
HSV193°41°94°
CMYK 0.410.090.00   0.06
XYZ51.806762.125690.9223
Yxy62.12560.25290.3033
Hunter Lab78.8198-20.6101-13.2199
CIE-Lab82.9802-18.2072-17.6806

#8edaef color RGB value is (142,218,239).

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

The process color (four color CMYK) of #8edaef color hex is 0.41, 0.09, 0.00, 0.06. Web safe color of #8edaef is #99ccff. Color #8edaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011010 11101111
Octal 216 332 357
Decimal 142 218 239
Hex 8E DA EF

RGB Percentages of Color #8edaef

%23.71
%36.39
%39.90

CMYK Percentages of Color #8edaef

%41
%9
%0
%6

Triadic Colors of #8edaef

#8edaef #ef8eda #daef8e

Analogous Colors of #8edaef

#8edaef #8eaaef #8eefd4

Monochromatic Colors of #8edaef

#8edaef

Complementary Color

#8edaef #efa38e

#8edaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edaef Color CSS Codes

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

#8edaef Text Font Color

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

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


#8edaef Background Color

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

This div background color is #8edaef


#8edaef Border Color

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

This div border color is #8edaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edaef


Comments

No comments written yet.

Please login to write comment.