Color Hex Logo

#8edddc Color Hex

#8EDDDC
(142,221,220)
0 Favorites   0 Comments

Color spaces of #8edddc

RGB 142221220
HSL0.500.540.71
HSV179°36°87°
CMYK 0.360.000.00   0.13
XYZ49.930062.631077.1675
Yxy62.63100.26320.3301
Hunter Lab79.1397-25.8773-2.4146
CIE-Lab83.2478-24.3536-7.1981

#8edddc color RGB value is (142,221,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011101 11011100
Octal 216 335 334
Decimal 142 221 220
Hex 8E DD DC

RGB Percentages of Color #8edddc

%24.36
%37.91
%37.74

CMYK Percentages of Color #8edddc

%36
%0
%0
%13

Triadic Colors of #8edddc

#8edddc #dc8edd #dddc8e

Analogous Colors of #8edddc

#8edddc #8eb7dd #8eddb5

Monochromatic Colors of #8edddc

#8edddc

Complementary Color

#8edddc #dd8e8f

#8edddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edddc Color CSS Codes

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

#8edddc Text Font Color

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

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


#8edddc Background Color

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

This div background color is #8edddc


#8edddc Border Color

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

This div border color is #8edddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edddc


Comments

No comments written yet.

Please login to write comment.