Color Hex Logo

#8edfda Color Hex

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

Color spaces of #8edfda

RGB 142223218
HSL0.490.560.72
HSV176°36°87°
CMYK 0.360.000.02   0.13
XYZ50.197963.588175.9577
Yxy63.58810.26460.3351
Hunter Lab79.7421-27.1825-0.6567
CIE-Lab83.7509-25.8014-5.3941

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

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

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

Base Numbers

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

RGB Percentages of Color #8edfda

%24.36
%38.25
%37.39

CMYK Percentages of Color #8edfda

%36
%0
%2
%13

Triadic Colors of #8edfda

#8edfda #da8edf #dfda8e

Analogous Colors of #8edfda

#8edfda #8ebcdf #8edfb2

Monochromatic Colors of #8edfda

#8edfda

Complementary Color

#8edfda #df8e93

#8edfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edfda Color CSS Codes

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

#8edfda Text Font Color

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

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


#8edfda Background Color

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

This div background color is #8edfda


#8edfda Border Color

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

This div border color is #8edfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edfda


Comments

No comments written yet.

Please login to write comment.