Color Hex Logo

#8edaed Color Hex

#8EDAED
(142,218,237)
0 Favorites   0 Comments

Color spaces of #8edaed

RGB 142218237
HSL0.530.730.74
HSV192°40°93°
CMYK 0.400.080.00   0.07
XYZ51.512862.008089.3745
Yxy62.00800.25390.3056
Hunter Lab78.7452-21.0345-12.1716
CIE-Lab82.9177-18.7116-16.7135

#8edaed color RGB value is (142,218,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011010 11101101
Octal 216 332 355
Decimal 142 218 237
Hex 8E DA ED

RGB Percentages of Color #8edaed

%23.79
%36.52
%39.70

CMYK Percentages of Color #8edaed

%40
%8
%0
%7

Triadic Colors of #8edaed

#8edaed #ed8eda #daed8e

Analogous Colors of #8edaed

#8edaed #8eabed #8eedd1

Monochromatic Colors of #8edaed

#8edaed

Complementary Color

#8edaed #eda18e

#8edaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edaed Color CSS Codes

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

#8edaed Text Font Color

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

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


#8edaed Background Color

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

This div background color is #8edaed


#8edaed Border Color

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

This div border color is #8edaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edaed


Comments

No comments written yet.

Please login to write comment.