Color Hex Logo

#8fdaaa Color Hex

#8FDAAA
(143,218,170)
0 Favorites   0 Comments

Color spaces of #8fdaaa

RGB 143218170
HSL0.390.500.71
HSV142°34°85°
CMYK 0.340.000.22   0.15
XYZ43.654858.884747.0952
Yxy58.88470.29170.3935
Hunter Lab76.7364-32.741217.3276
CIE-Lab81.2282-33.311616.3824

#8fdaaa color RGB value is (143,218,170).

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

The process color (four color CMYK) of #8fdaaa color hex is 0.34, 0.00, 0.22, 0.15. Web safe color of #8fdaaa is #99cc99. Color #8fdaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011010 10101010
Octal 217 332 252
Decimal 143 218 170
Hex 8F DA AA

RGB Percentages of Color #8fdaaa

%26.93
%41.05
%32.02

CMYK Percentages of Color #8fdaaa

%34
%0
%22
%15

Triadic Colors of #8fdaaa

#8fdaaa #aa8fda #daaa8f

Analogous Colors of #8fdaaa

#8fdaaa #8fdad0 #9ada8f

Monochromatic Colors of #8fdaaa

#8fdaaa

Complementary Color

#8fdaaa #da8fbf

#8fdaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdaaa Color CSS Codes

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

#8fdaaa Text Font Color

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

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


#8fdaaa Background Color

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

This div background color is #8fdaaa


#8fdaaa Border Color

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

This div border color is #8fdaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdaaa


Comments

No comments written yet.

Please login to write comment.