Color Hex Logo

#8edfdd Color Hex

#8EDFDD
(142,223,221)
0 Favorites   0 Comments

Color spaces of #8edfdd

RGB 142223221
HSL0.500.560.72
HSV179°36°87°
CMYK 0.360.000.01   0.13
XYZ50.594263.746678.0443
Yxy63.74660.26300.3313
Hunter Lab79.8415-26.6101-2.0664
CIE-Lab83.8337-25.0976-6.8609

#8edfdd color RGB value is (142,223,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011111 11011101
Octal 216 337 335
Decimal 142 223 221
Hex 8E DF DD

RGB Percentages of Color #8edfdd

%24.23
%38.05
%37.71

CMYK Percentages of Color #8edfdd

%36
%0
%1
%13

Triadic Colors of #8edfdd

#8edfdd #dd8edf #dfdd8e

Analogous Colors of #8edfdd

#8edfdd #8eb9df #8edfb5

Monochromatic Colors of #8edfdd

#8edfdd

Complementary Color

#8edfdd #df8e90

#8edfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edfdd Color CSS Codes

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

#8edfdd Text Font Color

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

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


#8edfdd Background Color

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

This div background color is #8edfdd


#8edfdd Border Color

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

This div border color is #8edfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edfdd


Comments

No comments written yet.

Please login to write comment.