Color Hex Logo

#8fdaab Color Hex

#8FDAAB
(143,218,171)
0 Favorites   0 Comments

Color spaces of #8fdaab

RGB 143218171
HSL0.400.500.71
HSV142°34°85°
CMYK 0.340.000.22   0.15
XYZ43.749858.922747.5954
Yxy58.92270.29110.3921
Hunter Lab76.7611-32.596416.9703
CIE-Lab81.2491-33.122115.8849

#8fdaab color RGB value is (143,218,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011010 10101011
Octal 217 332 253
Decimal 143 218 171
Hex 8F DA AB

RGB Percentages of Color #8fdaab

%26.88
%40.98
%32.14

CMYK Percentages of Color #8fdaab

%34
%0
%22
%15

Triadic Colors of #8fdaab

#8fdaab #ab8fda #daab8f

Analogous Colors of #8fdaab

#8fdaab #8fdad1 #99da8f

Monochromatic Colors of #8fdaab

#8fdaab

Complementary Color

#8fdaab #da8fbe

#8fdaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdaab Color CSS Codes

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

#8fdaab Text Font Color

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

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


#8fdaab Background Color

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

This div background color is #8fdaab


#8fdaab Border Color

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

This div border color is #8fdaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdaab


Comments

No comments written yet.

Please login to write comment.