Color Hex Logo

#8ddeac Color Hex

#8DDEAC
(141,222,172)
0 Favorites   0 Comments

Color spaces of #8ddeac

RGB 141222172
HSL0.400.550.71
HSV143°36°87°
CMYK 0.360.000.23   0.13
XYZ44.552260.883848.4333
Yxy60.88380.28950.3957
Hunter Lab78.0281-34.629817.8174
CIE-Lab82.3162-35.376016.8392

#8ddeac color RGB value is (141,222,172).

#8ddeac hex color red value is 141, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8ddeac hue: 0.40 , saturation: 0.55 and the lightness value of 8ddeac is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011110 10101100
Octal 215 336 254
Decimal 141 222 172
Hex 8D DE AC

RGB Percentages of Color #8ddeac

%26.36
%41.50
%32.15

CMYK Percentages of Color #8ddeac

%36
%0
%23
%13

Triadic Colors of #8ddeac

#8ddeac #ac8dde #deac8d

Analogous Colors of #8ddeac

#8ddeac #8dded5 #97de8d

Monochromatic Colors of #8ddeac

#8ddeac

Complementary Color

#8ddeac #de8dbf

#8ddeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddeac Color CSS Codes

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

#8ddeac Text Font Color

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

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


#8ddeac Background Color

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

This div background color is #8ddeac


#8ddeac Border Color

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

This div border color is #8ddeac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,222,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ddeac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ddeac;
  -webkit-box-shadow: 1px 1px 3px 2px #8ddeac;
  box-shadow:         1px 1px 3px 2px #8ddeac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,222,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddeac


Comments

No comments written yet.

Please login to write comment.