Color Hex Logo

#8fdfb0 Color Hex

#8FDFB0
(143,223,176)
0 Favorites   0 Comments

Color spaces of #8fdfb0

RGB 143223176
HSL0.400.560.72
HSV145°36°87°
CMYK 0.360.000.21   0.13
XYZ45.551861.749650.5923
Yxy61.74960.28850.3911
Hunter Lab78.5809-34.043716.8343
CIE-Lab82.7801-34.491915.4033

#8fdfb0 color RGB value is (143,223,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011111 10110000
Octal 217 337 260
Decimal 143 223 176
Hex 8F DF B0

RGB Percentages of Color #8fdfb0

%26.38
%41.14
%32.47

CMYK Percentages of Color #8fdfb0

%36
%0
%21
%13

Triadic Colors of #8fdfb0

#8fdfb0 #b08fdf #dfb08f

Analogous Colors of #8fdfb0

#8fdfb0 #8fdfd8 #96df8f

Monochromatic Colors of #8fdfb0

#8fdfb0

Complementary Color

#8fdfb0 #df8fbe

#8fdfb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdfb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdfb0 Color CSS Codes

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

#8fdfb0 Text Font Color

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

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


#8fdfb0 Background Color

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

This div background color is #8fdfb0


#8fdfb0 Border Color

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

This div border color is #8fdfb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdfb0


Comments

No comments written yet.

Please login to write comment.