Color Hex Logo

#8edac4 Color Hex

#8EDAC4
(142,218,196)
0 Favorites   0 Comments

Color spaces of #8edac4

RGB 142218196
HSL0.450.510.71
HSV163°35°85°
CMYK 0.350.000.10   0.15
XYZ46.190559.879161.3479
Yxy59.87910.27590.3577
Hunter Lab77.3816-28.86787.1622
CIE-Lab81.7724-28.32833.3859

#8edac4 color RGB value is (142,218,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011010 11000100
Octal 216 332 304
Decimal 142 218 196
Hex 8E DA C4

RGB Percentages of Color #8edac4

%25.54
%39.21
%35.25

CMYK Percentages of Color #8edac4

%35
%0
%10
%15

Triadic Colors of #8edac4

#8edac4 #c48eda #dac48e

Analogous Colors of #8edac4

#8edac4 #8ecada #8eda9e

Monochromatic Colors of #8edac4

#8edac4

Complementary Color

#8edac4 #da8ea4

#8edac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edac4 Color CSS Codes

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

#8edac4 Text Font Color

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

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


#8edac4 Background Color

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

This div background color is #8edac4


#8edac4 Border Color

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

This div border color is #8edac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edac4


Comments

No comments written yet.

Please login to write comment.