Color Hex Logo

#8fdab0 Color Hex

#8FDAB0
(143,218,176)
0 Favorites   0 Comments

Color spaces of #8fdab0

RGB 143218176
HSL0.410.500.71
HSV146°34°85°
CMYK 0.340.000.19   0.15
XYZ44.235659.117050.1536
Yxy59.11700.28820.3851
Hunter Lab76.8876-31.857215.1466
CIE-Lab81.3559-32.158613.3968

#8fdab0 color RGB value is (143,218,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011010 10110000
Octal 217 332 260
Decimal 143 218 176
Hex 8F DA B0

RGB Percentages of Color #8fdab0

%26.63
%40.60
%32.77

CMYK Percentages of Color #8fdab0

%34
%0
%19
%15

Triadic Colors of #8fdab0

#8fdab0 #b08fda #dab08f

Analogous Colors of #8fdab0

#8fdab0 #8fdad6 #94da8f

Monochromatic Colors of #8fdab0

#8fdab0

Complementary Color

#8fdab0 #da8fb9

#8fdab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdab0 Color CSS Codes

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

#8fdab0 Text Font Color

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

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


#8fdab0 Background Color

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

This div background color is #8fdab0


#8fdab0 Border Color

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

This div border color is #8fdab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdab0


Comments

No comments written yet.

Please login to write comment.