Color Hex Logo

#8edadb Color Hex

#8EDADB
(142,218,219)
0 Favorites   0 Comments

Color spaces of #8edadb

RGB 142218219
HSL0.500.520.71
HSV181°35°86°
CMYK 0.350.000.00   0.14
XYZ49.012961.008176.2103
Yxy61.00810.26320.3276
Hunter Lab78.1077-24.6789-3.1744
CIE-Lab82.3831-23.1116-7.9487

#8edadb color RGB value is (142,218,219).

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

The process color (four color CMYK) of #8edadb color hex is 0.35, 0.00, 0.00, 0.14. Web safe color of #8edadb is #99cccc. Color #8edadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011010 11011011
Octal 216 332 333
Decimal 142 218 219
Hex 8E DA DB

RGB Percentages of Color #8edadb

%24.53
%37.65
%37.82

CMYK Percentages of Color #8edadb

%35
%0
%0
%14

Triadic Colors of #8edadb

#8edadb #db8eda #dadb8e

Analogous Colors of #8edadb

#8edadb #8eb4db #8edbb6

Monochromatic Colors of #8edadb

#8edadb

Complementary Color

#8edadb #db8f8e

#8edadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edadb Color CSS Codes

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

#8edadb Text Font Color

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

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


#8edadb Background Color

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

This div background color is #8edadb


#8edadb Border Color

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

This div border color is #8edadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,218,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 #8edadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edadb


Comments

No comments written yet.

Please login to write comment.