Color Hex Logo

#8ddfab Color Hex

#8DDFAB
(141,223,171)
0 Favorites   0 Comments

Color spaces of #8ddfab

RGB 141223171
HSL0.390.560.71
HSV142°37°87°
CMYK 0.370.000.23   0.13
XYZ44.722961.378348.0181
Yxy61.37830.29020.3983
Hunter Lab78.3443-35.205718.5015
CIE-Lab82.5817-36.024817.7344

#8ddfab color RGB value is (141,223,171).

#8ddfab hex color red value is 141, green value is 223 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8ddfab hue: 0.39 , saturation: 0.56 and the lightness value of 8ddfab is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011111 10101011
Octal 215 337 253
Decimal 141 223 171
Hex 8D DF AB

RGB Percentages of Color #8ddfab

%26.36
%41.68
%31.96

CMYK Percentages of Color #8ddfab

%37
%0
%23
%13

Triadic Colors of #8ddfab

#8ddfab #ab8ddf #dfab8d

Analogous Colors of #8ddfab

#8ddfab #8ddfd4 #98df8d

Monochromatic Colors of #8ddfab

#8ddfab

Complementary Color

#8ddfab #df8dc1

#8ddfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddfab Color CSS Codes

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

#8ddfab Text Font Color

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

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


#8ddfab Background Color

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

This div background color is #8ddfab


#8ddfab Border Color

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

This div border color is #8ddfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddfab


Comments

No comments written yet.

Please login to write comment.