Color Hex Logo

#8fddaa Color Hex

#8FDDAA
(143,221,170)
0 Favorites   0 Comments

Color spaces of #8fddaa

RGB 143221170
HSL0.390.530.71
HSV141°35°87°
CMYK 0.350.000.23   0.13
XYZ44.439860.454847.3569
Yxy60.45480.29190.3971
Hunter Lab77.7527-34.044918.3151
CIE-Lab82.0848-34.705217.5797

#8fddaa color RGB value is (143,221,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011101 10101010
Octal 217 335 252
Decimal 143 221 170
Hex 8F DD AA

RGB Percentages of Color #8fddaa

%26.78
%41.39
%31.84

CMYK Percentages of Color #8fddaa

%35
%0
%23
%13

Triadic Colors of #8fddaa

#8fddaa #aa8fdd #ddaa8f

Analogous Colors of #8fddaa

#8fddaa #8fddd1 #9bdd8f

Monochromatic Colors of #8fddaa

#8fddaa

Complementary Color

#8fddaa #dd8fc2

#8fddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fddaa Color CSS Codes

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

#8fddaa Text Font Color

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

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


#8fddaa Background Color

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

This div background color is #8fddaa


#8fddaa Border Color

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

This div border color is #8fddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fddaa


Comments

No comments written yet.

Please login to write comment.