Color Hex Logo

#8fddab Color Hex

#8FDDAB
(143,221,171)
0 Favorites   0 Comments

Color spaces of #8fddab

RGB 143221171
HSL0.390.530.71
HSV142°35°87°
CMYK 0.350.000.23   0.13
XYZ44.534860.492847.8571
Yxy60.49280.29130.3957
Hunter Lab77.7771-33.901717.9622
CIE-Lab82.1053-34.517417.0834

#8fddab color RGB value is (143,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011101 10101011
Octal 217 335 253
Decimal 143 221 171
Hex 8F DD AB

RGB Percentages of Color #8fddab

%26.73
%41.31
%31.96

CMYK Percentages of Color #8fddab

%35
%0
%23
%13

Triadic Colors of #8fddab

#8fddab #ab8fdd #ddab8f

Analogous Colors of #8fddab

#8fddab #8fddd2 #9add8f

Monochromatic Colors of #8fddab

#8fddab

Complementary Color

#8fddab #dd8fc1

#8fddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fddab Color CSS Codes

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

#8fddab Text Font Color

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

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


#8fddab Background Color

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

This div background color is #8fddab


#8fddab Border Color

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

This div border color is #8fddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fddab


Comments

No comments written yet.

Please login to write comment.