Color Hex Logo

#8fdfab Color Hex

#8FDFAB
(143,223,171)
0 Favorites   0 Comments

Color spaces of #8fdfab

RGB 143223171
HSL0.390.560.72
HSV141°36°87°
CMYK 0.360.000.23   0.13
XYZ45.066161.555348.0342
Yxy61.55530.29140.3980
Hunter Lab78.4572-34.769018.6206
CIE-Lab82.6764-35.440617.8807

#8fdfab color RGB value is (143,223,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011111 10101011
Octal 217 337 253
Decimal 143 223 171
Hex 8F DF AB

RGB Percentages of Color #8fdfab

%26.63
%41.53
%31.84

CMYK Percentages of Color #8fdfab

%36
%0
%23
%13

Triadic Colors of #8fdfab

#8fdfab #ab8fdf #dfab8f

Analogous Colors of #8fdfab

#8fdfab #8fdfd3 #9bdf8f

Monochromatic Colors of #8fdfab

#8fdfab

Complementary Color

#8fdfab #df8fc3

#8fdfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdfab Color CSS Codes

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

#8fdfab Text Font Color

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

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


#8fdfab Background Color

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

This div background color is #8fdfab


#8fdfab Border Color

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

This div border color is #8fdfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdfab


Comments

No comments written yet.

Please login to write comment.