Color Hex Logo

#8eedae Color Hex

#8EEDAE
(142,237,174)
0 Favorites   0 Comments

Color spaces of #8eedae

RGB 142237174
HSL0.390.730.74
HSV140°40°93°
CMYK 0.400.000.27   0.07
XYZ49.079569.375150.8484
Yxy69.37510.28990.4098
Hunter Lab83.2917-40.579722.1085
CIE-Lab86.6895-41.492021.8827

#8eedae color RGB value is (142,237,174).

#8eedae hex color red value is 142, green value is 237 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8eedae hue: 0.39 , saturation: 0.73 and the lightness value of 8eedae is 0.74.

The process color (four color CMYK) of #8eedae color hex is 0.40, 0.00, 0.27, 0.07. Web safe color of #8eedae is #99ff99. Color #8eedae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101101 10101110
Octal 216 355 256
Decimal 142 237 174
Hex 8E ED AE

RGB Percentages of Color #8eedae

%25.68
%42.86
%31.46

CMYK Percentages of Color #8eedae

%40
%0
%27
%7

Triadic Colors of #8eedae

#8eedae #ae8eed #edae8e

Analogous Colors of #8eedae

#8eedae #8eedde #9eed8e

Monochromatic Colors of #8eedae

#8eedae

Complementary Color

#8eedae #ed8ecd

#8eedae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eedae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eedae Color CSS Codes

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

#8eedae Text Font Color

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

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


#8eedae Background Color

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

This div background color is #8eedae


#8eedae Border Color

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

This div border color is #8eedae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,237,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 #8eedae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eedae


Comments

No comments written yet.

Please login to write comment.