Color Hex Logo

#8fd284 Color Hex

#8FD284
(143,210,132)
0 Favorites   0 Comments

Color spaces of #8fd284

RGB 143210132
HSL0.310.460.67
HSV112°37°82°
CMYK 0.320.000.37   0.18
XYZ38.539153.598830.1442
Yxy53.59880.31520.4383
Hunter Lab73.2112-34.155426.8356
CIE-Lab78.2272-36.075732.1107

#8fd284 color RGB value is (143,210,132).

#8fd284 hex color red value is 143, green value is 210 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #8fd284 hue: 0.31 , saturation: 0.46 and the lightness value of 8fd284 is 0.67.

The process color (four color CMYK) of #8fd284 color hex is 0.32, 0.00, 0.37, 0.18. Web safe color of #8fd284 is #99cc99. Color #8fd284 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11010010 10000100
Octal 217 322 204
Decimal 143 210 132
Hex 8F D2 84

RGB Percentages of Color #8fd284

%29.48
%43.30
%27.22

CMYK Percentages of Color #8fd284

%32
%0
%37
%18

Triadic Colors of #8fd284

#8fd284 #848fd2 #d2848f

Analogous Colors of #8fd284

#8fd284 #84d2a0 #b6d284

Monochromatic Colors of #8fd284

#8fd284

Complementary Color

#8fd284 #c784d2

#8fd284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fd284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fd284 Color CSS Codes

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

#8fd284 Text Font Color

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

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


#8fd284 Background Color

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

This div background color is #8fd284


#8fd284 Border Color

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

This div border color is #8fd284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fd284


Comments

No comments written yet.

Please login to write comment.