Color Hex Logo

#8fdabd Color Hex

#8FDABD
(143,218,189)
0 Favorites   0 Comments

Color spaces of #8fdabd

RGB 143218189
HSL0.440.500.71
HSV157°34°85°
CMYK 0.340.000.13   0.15
XYZ45.584459.656657.2564
Yxy59.65660.28050.3671
Hunter Lab77.2377-29.818210.1146
CIE-Lab81.6512-29.53276.9340

#8fdabd color RGB value is (143,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011010 10111101
Octal 217 332 275
Decimal 143 218 189
Hex 8F DA BD

RGB Percentages of Color #8fdabd

%26.00
%39.64
%34.36

CMYK Percentages of Color #8fdabd

%34
%0
%13
%15

Triadic Colors of #8fdabd

#8fdabd #bd8fda #dabd8f

Analogous Colors of #8fdabd

#8fdabd #8fd2da #8fda98

Monochromatic Colors of #8fdabd

#8fdabd

Complementary Color

#8fdabd #da8fac

#8fdabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdabd Color CSS Codes

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

#8fdabd Text Font Color

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

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


#8fdabd Background Color

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

This div background color is #8fdabd


#8fdabd Border Color

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

This div border color is #8fdabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdabd


Comments

No comments written yet.

Please login to write comment.