Color Hex Logo

#8eead3 Color Hex

#8EEAD3
(142,234,211)
0 Favorites   0 Comments

Color spaces of #8eead3

RGB 142234211
HSL0.460.690.74
HSV165°39°92°
CMYK 0.390.000.10   0.08
XYZ52.336069.299672.2458
Yxy69.29960.26990.3574
Hunter Lab83.2464-33.46046.8173
CIE-Lab86.6522-32.64872.5460

#8eead3 color RGB value is (142,234,211).

#8eead3 hex color red value is 142, green value is 234 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #8eead3 hue: 0.46 , saturation: 0.69 and the lightness value of 8eead3 is 0.74.

The process color (four color CMYK) of #8eead3 color hex is 0.39, 0.00, 0.10, 0.08. Web safe color of #8eead3 is #99ffcc. Color #8eead3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101010 11010011
Octal 216 352 323
Decimal 142 234 211
Hex 8E EA D3

RGB Percentages of Color #8eead3

%24.19
%39.86
%35.95

CMYK Percentages of Color #8eead3

%39
%0
%10
%8

Triadic Colors of #8eead3

#8eead3 #d38eea #ead38e

Analogous Colors of #8eead3

#8eead3 #8ed3ea #8eeaa5

Monochromatic Colors of #8eead3

#8eead3

Complementary Color

#8eead3 #ea8ea5

#8eead3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eead3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eead3 Color CSS Codes

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

#8eead3 Text Font Color

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

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


#8eead3 Background Color

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

This div background color is #8eead3


#8eead3 Border Color

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

This div border color is #8eead3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eead3


Comments

No comments written yet.

Please login to write comment.