Color Hex Logo

#8edac3 Color Hex

#8EDAC3
(142,218,195)
0 Favorites   0 Comments

Color spaces of #8edac3

RGB 142218195
HSL0.450.510.71
HSV162°35°85°
CMYK 0.350.000.11   0.15
XYZ46.077159.833760.7503
Yxy59.83370.27650.3590
Hunter Lab77.3522-29.03777.5819
CIE-Lab81.7477-28.54373.8814

#8edac3 color RGB value is (142,218,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011010 11000011
Octal 216 332 303
Decimal 142 218 195
Hex 8E DA C3

RGB Percentages of Color #8edac3

%25.59
%39.28
%35.14

CMYK Percentages of Color #8edac3

%35
%0
%11
%15

Triadic Colors of #8edac3

#8edac3 #c38eda #dac38e

Analogous Colors of #8edac3

#8edac3 #8ecbda #8eda9d

Monochromatic Colors of #8edac3

#8edac3

Complementary Color

#8edac3 #da8ea5

#8edac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edac3 Color CSS Codes

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

#8edac3 Text Font Color

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

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


#8edac3 Background Color

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

This div background color is #8edac3


#8edac3 Border Color

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

This div border color is #8edac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edac3


Comments

No comments written yet.

Please login to write comment.