Color Hex Logo

#8edadf Color Hex

#8EDADF
(142,218,223)
0 Favorites   0 Comments

Color spaces of #8edadf

RGB 142218223
HSL0.510.560.72
HSV184°36°87°
CMYK 0.360.020.00   0.13
XYZ49.546061.221379.0176
Yxy61.22130.26110.3226
Hunter Lab78.2440-23.8966-5.1053
CIE-Lab82.4976-22.1565-9.9055

#8edadf color RGB value is (142,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011010 11011111
Octal 216 332 337
Decimal 142 218 223
Hex 8E DA DF

RGB Percentages of Color #8edadf

%24.36
%37.39
%38.25

CMYK Percentages of Color #8edadf

%36
%2
%0
%13

Triadic Colors of #8edadf

#8edadf #df8eda #dadf8e

Analogous Colors of #8edadf

#8edadf #8eb2df #8edfbc

Monochromatic Colors of #8edadf

#8edadf

Complementary Color

#8edadf #df938e

#8edadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edadf Color CSS Codes

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

#8edadf Text Font Color

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

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


#8edadf Background Color

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

This div background color is #8edadf


#8edadf Border Color

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

This div border color is #8edadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edadf


Comments

No comments written yet.

Please login to write comment.