Color Hex Logo

#8fdaac Color Hex

#8FDAAC
(143,218,172)
0 Favorites   0 Comments

Color spaces of #8fdaac

RGB 143218172
HSL0.400.500.71
HSV143°34°85°
CMYK 0.340.000.21   0.15
XYZ43.845558.961048.0994
Yxy58.96100.29050.3907
Hunter Lab76.7861-32.450616.6105
CIE-Lab81.2702-32.931615.3873

#8fdaac color RGB value is (143,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011010 10101100
Octal 217 332 254
Decimal 143 218 172
Hex 8F DA AC

RGB Percentages of Color #8fdaac

%26.83
%40.90
%32.27

CMYK Percentages of Color #8fdaac

%34
%0
%21
%15

Triadic Colors of #8fdaac

#8fdaac #ac8fda #daac8f

Analogous Colors of #8fdaac

#8fdaac #8fdad2 #98da8f

Monochromatic Colors of #8fdaac

#8fdaac

Complementary Color

#8fdaac #da8fbd

#8fdaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdaac Color CSS Codes

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

#8fdaac Text Font Color

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

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


#8fdaac Background Color

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

This div background color is #8fdaac


#8fdaac Border Color

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

This div border color is #8fdaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdaac


Comments

No comments written yet.

Please login to write comment.