Color Hex Logo

#8edac8 Color Hex

#8EDAC8
(142,218,200)
0 Favorites   0 Comments

Color spaces of #8edac8

RGB 142218200
HSL0.460.510.71
HSV166°35°85°
CMYK 0.350.000.08   0.15
XYZ46.652160.063763.7782
Yxy60.06370.27360.3523
Hunter Lab77.5008-28.17715.4586
CIE-Lab81.8728-27.45581.4058

#8edac8 color RGB value is (142,218,200).

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

The process color (four color CMYK) of #8edac8 color hex is 0.35, 0.00, 0.08, 0.15. Web safe color of #8edac8 is #99cccc. Color #8edac8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011010 11001000
Octal 216 332 310
Decimal 142 218 200
Hex 8E DA C8

RGB Percentages of Color #8edac8

%25.36
%38.93
%35.71

CMYK Percentages of Color #8edac8

%35
%0
%8
%15

Triadic Colors of #8edac8

#8edac8 #c88eda #dac88e

Analogous Colors of #8edac8

#8edac8 #8ec6da #8edaa2

Monochromatic Colors of #8edac8

#8edac8

Complementary Color

#8edac8 #da8ea0

#8edac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edac8 Color CSS Codes

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

#8edac8 Text Font Color

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

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


#8edac8 Background Color

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

This div background color is #8edac8


#8edac8 Border Color

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

This div border color is #8edac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edac8


Comments

No comments written yet.

Please login to write comment.