Color Hex Logo

#8edade Color Hex

#8EDADE
(142,218,222)
0 Favorites   0 Comments

Color spaces of #8edade

RGB 142218222
HSL0.510.550.71
HSV183°36°87°
CMYK 0.360.020.00   0.13
XYZ49.411561.167578.3095
Yxy61.16750.26160.3238
Hunter Lab78.2097-24.0937-4.6189
CIE-Lab82.4687-22.3966-9.4168

#8edade color RGB value is (142,218,222).

#8edade hex color red value is 142, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8edade hue: 0.51 , saturation: 0.55 and the lightness value of 8edade is 0.71.

The process color (four color CMYK) of #8edade color hex is 0.36, 0.02, 0.00, 0.13. Web safe color of #8edade is #99cccc. Color #8edade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011010 11011110
Octal 216 332 336
Decimal 142 218 222
Hex 8E DA DE

RGB Percentages of Color #8edade

%24.40
%37.46
%38.14

CMYK Percentages of Color #8edade

%36
%2
%0
%13

Triadic Colors of #8edade

#8edade #de8eda #dade8e

Analogous Colors of #8edade

#8edade #8eb2de #8edeba

Monochromatic Colors of #8edade

#8edade

Complementary Color

#8edade #de928e

#8edade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edade Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edade Color CSS Codes

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

#8edade Text Font Color

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

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


#8edade Background Color

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

This div background color is #8edade


#8edade Border Color

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

This div border color is #8edade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edade

#8edade Color Palettes


Comments

No comments written yet.

Please login to write comment.