Color Hex Logo

#8edddb Color Hex

#8EDDDB
(142,221,219)
0 Favorites   0 Comments

Color spaces of #8edddb

RGB 142221219
HSL0.500.540.71
HSV178°36°87°
CMYK 0.360.000.01   0.13
XYZ49.798062.578276.4720
Yxy62.57820.26370.3314
Hunter Lab79.1064-26.0692-1.9411
CIE-Lab83.2200-24.5892-6.7089

#8edddb color RGB value is (142,221,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011101 11011011
Octal 216 335 333
Decimal 142 221 219
Hex 8E DD DB

RGB Percentages of Color #8edddb

%24.40
%37.97
%37.63

CMYK Percentages of Color #8edddb

%36
%0
%1
%13

Triadic Colors of #8edddb

#8edddb #db8edd #dddb8e

Analogous Colors of #8edddb

#8edddb #8eb8dd #8eddb4

Monochromatic Colors of #8edddb

#8edddb

Complementary Color

#8edddb #dd8e90

#8edddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edddb Color CSS Codes

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

#8edddb Text Font Color

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

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


#8edddb Background Color

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

This div background color is #8edddb


#8edddb Border Color

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

This div border color is #8edddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edddb


Comments

No comments written yet.

Please login to write comment.