Color Hex Logo

#8eddbd Color Hex

#8EDDBD
(142,221,189)
0 Favorites   0 Comments

Color spaces of #8eddbd

RGB 142221189
HSL0.430.540.71
HSV156°36°87°
CMYK 0.360.000.14   0.13
XYZ46.197161.137857.5100
Yxy61.13780.28020.3709
Hunter Lab78.1907-31.371211.1251
CIE-Lab82.4528-31.24218.0780

#8eddbd color RGB value is (142,221,189).

#8eddbd hex color red value is 142, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8eddbd hue: 0.43 , saturation: 0.54 and the lightness value of 8eddbd is 0.71.

The process color (four color CMYK) of #8eddbd color hex is 0.36, 0.00, 0.14, 0.13. Web safe color of #8eddbd is #99cccc. Color #8eddbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011101 10111101
Octal 216 335 275
Decimal 142 221 189
Hex 8E DD BD

RGB Percentages of Color #8eddbd

%25.72
%40.04
%34.24

CMYK Percentages of Color #8eddbd

%36
%0
%14
%13

Triadic Colors of #8eddbd

#8eddbd #bd8edd #ddbd8e

Analogous Colors of #8eddbd

#8eddbd #8ed6dd #8edd96

Monochromatic Colors of #8eddbd

#8eddbd

Complementary Color

#8eddbd #dd8eae

#8eddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eddbd Color CSS Codes

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

#8eddbd Text Font Color

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

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


#8eddbd Background Color

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

This div background color is #8eddbd


#8eddbd Border Color

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

This div border color is #8eddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eddbd


Comments

No comments written yet.

Please login to write comment.