Color Hex Logo

#8fdfbb Color Hex

#8FDFBB
(143,223,187)
0 Favorites   0 Comments

Color spaces of #8fdfbb

RGB 143223187
HSL0.430.560.72
HSV153°36°87°
CMYK 0.360.000.16   0.13
XYZ46.685062.202856.5595
Yxy62.20280.28220.3760
Hunter Lab78.8688-32.360312.6892
CIE-Lab83.0212-32.31299.9536

#8fdfbb color RGB value is (143,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011111 10111011
Octal 217 337 273
Decimal 143 223 187
Hex 8F DF BB

RGB Percentages of Color #8fdfbb

%25.86
%40.33
%33.82

CMYK Percentages of Color #8fdfbb

%36
%0
%16
%13

Triadic Colors of #8fdfbb

#8fdfbb #bb8fdf #dfbb8f

Analogous Colors of #8fdfbb

#8fdfbb #8fdbdf #8fdf93

Monochromatic Colors of #8fdfbb

#8fdfbb

Complementary Color

#8fdfbb #df8fb3

#8fdfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdfbb Color CSS Codes

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

#8fdfbb Text Font Color

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

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


#8fdfbb Background Color

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

This div background color is #8fdfbb


#8fdfbb Border Color

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

This div border color is #8fdfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdfbb


Comments

No comments written yet.

Please login to write comment.