Color Hex Logo

#8edaae Color Hex

#8EDAAE
(142,218,174)
0 Favorites   0 Comments

Color spaces of #8edaae

RGB 142218174
HSL0.400.510.71
HSV145°35°85°
CMYK 0.350.000.20   0.15
XYZ43.866758.949649.1108
Yxy58.94960.28870.3880
Hunter Lab76.7786-32.378515.8207
CIE-Lab81.2639-32.842314.3163

#8edaae color RGB value is (142,218,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011010 10101110
Octal 216 332 256
Decimal 142 218 174
Hex 8E DA AE

RGB Percentages of Color #8edaae

%26.59
%40.82
%32.58

CMYK Percentages of Color #8edaae

%35
%0
%20
%15

Triadic Colors of #8edaae

#8edaae #ae8eda #daae8e

Analogous Colors of #8edaae

#8edaae #8edad4 #94da8e

Monochromatic Colors of #8edaae

#8edaae

Complementary Color

#8edaae #da8eba

#8edaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edaae Color CSS Codes

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

#8edaae Text Font Color

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

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


#8edaae Background Color

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

This div background color is #8edaae


#8edaae Border Color

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

This div border color is #8edaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edaae


Comments

No comments written yet.

Please login to write comment.