Color Hex Logo

#8fd470 Color Hex

#8FD470
(143,212,112)
0 Favorites   0 Comments

Color spaces of #8fd470

RGB 143212112
HSL0.280.540.64
HSV101°47°83°
CMYK 0.330.000.47   0.17
XYZ37.795854.096523.7788
Yxy54.09650.32680.4677
Hunter Lab73.5503-36.986132.3168
CIE-Lab78.5180-39.723642.5213

#8fd470 color RGB value is (143,212,112).

#8fd470 hex color red value is 143, green value is 212 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #8fd470 hue: 0.28 , saturation: 0.54 and the lightness value of 8fd470 is 0.64.

The process color (four color CMYK) of #8fd470 color hex is 0.33, 0.00, 0.47, 0.17. Web safe color of #8fd470 is #99cc66. Color #8fd470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11010100 01110000
Octal 217 324 160
Decimal 143 212 112
Hex 8F D4 70

RGB Percentages of Color #8fd470

%30.62
%45.40
%23.98

CMYK Percentages of Color #8fd470

%33
%0
%47
%17

Triadic Colors of #8fd470

#8fd470 #708fd4 #d4708f

Analogous Colors of #8fd470

#8fd470 #70d483 #c1d470

Monochromatic Colors of #8fd470

#8fd470

Complementary Color

#8fd470 #b570d4

#8fd470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fd470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fd470 Color CSS Codes

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

#8fd470 Text Font Color

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

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


#8fd470 Background Color

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

This div background color is #8fd470


#8fd470 Border Color

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

This div border color is #8fd470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fd470


Comments

No comments written yet.

Please login to write comment.