Color Hex Logo

#8fda8d Color Hex

#8FDA8D
(143,218,141)
0 Favorites   0 Comments

Color spaces of #8fda8d

RGB 143218141
HSL0.330.510.70
HSV118°35°85°
CMYK 0.340.000.35   0.15
XYZ41.206857.905534.2044
Yxy57.90550.30910.4343
Hunter Lab76.0957-36.507326.6166
CIE-Lab80.6862-38.325730.7426

#8fda8d color RGB value is (143,218,141).

#8fda8d hex color red value is 143, green value is 218 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #8fda8d hue: 0.33 , saturation: 0.51 and the lightness value of 8fda8d is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011010 10001101
Octal 217 332 215
Decimal 143 218 141
Hex 8F DA 8D

RGB Percentages of Color #8fda8d

%28.49
%43.43
%28.09

CMYK Percentages of Color #8fda8d

%34
%0
%35
%15

Triadic Colors of #8fda8d

#8fda8d #8d8fda #da8d8f

Analogous Colors of #8fda8d

#8fda8d #8ddab2 #b6da8d

Monochromatic Colors of #8fda8d

#8fda8d

Complementary Color

#8fda8d #d88dda

#8fda8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fda8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fda8d Color CSS Codes

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

#8fda8d Text Font Color

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

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


#8fda8d Background Color

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

This div background color is #8fda8d


#8fda8d Border Color

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

This div border color is #8fda8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fda8d


Comments

No comments written yet.

Please login to write comment.