Color Hex Logo

#8fd0ab Color Hex

#8FD0AB
(143,208,171)
1 Favorites   0 Comments

Color spaces of #8fd0ab

RGB 143208171
HSL0.410.410.69
HSV146°31°82°
CMYK 0.310.000.18   0.18
XYZ41.234353.891746.7569
Yxy53.89170.29060.3798
Hunter Lab73.4110-28.207313.6247
CIE-Lab78.3985-28.380811.8668

#8fd0ab color RGB value is (143,208,171).

#8fd0ab hex color red value is 143, green value is 208 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8fd0ab hue: 0.41 , saturation: 0.41 and the lightness value of 8fd0ab is 0.69.

The process color (four color CMYK) of #8fd0ab color hex is 0.31, 0.00, 0.18, 0.18. Web safe color of #8fd0ab is #99cc99. Color #8fd0ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11010000 10101011
Octal 217 320 253
Decimal 143 208 171
Hex 8F D0 AB

RGB Percentages of Color #8fd0ab

%27.39
%39.85
%32.76

CMYK Percentages of Color #8fd0ab

%31
%0
%18
%18

Triadic Colors of #8fd0ab

#8fd0ab #ab8fd0 #d0ab8f

Analogous Colors of #8fd0ab

#8fd0ab #8fd0cc #94d08f

Monochromatic Colors of #8fd0ab

#8fd0ab

Complementary Color

#8fd0ab #d08fb4

#8fd0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fd0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fd0ab Color CSS Codes

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

#8fd0ab Text Font Color

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

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


#8fd0ab Background Color

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

This div background color is #8fd0ab


#8fd0ab Border Color

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

This div border color is #8fd0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fd0ab


Comments

No comments written yet.

Please login to write comment.