Color Hex Logo

#8fd45d Color Hex

#8FD45D
(143,212,93)
0 Favorites   0 Comments

Color spaces of #8fd45d

RGB 14321293
HSL0.260.580.60
HSV95°56°83°
CMYK 0.330.000.56   0.17
XYZ36.847053.716918.7823
Yxy53.71690.33700.4913
Hunter Lab73.2918-38.520936.1102
CIE-Lab78.2964-41.871251.2464

#8fd45d color RGB value is (143,212,93).

#8fd45d hex color red value is 143, green value is 212 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #8fd45d hue: 0.26 , saturation: 0.58 and the lightness value of 8fd45d is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11010100 01011101
Octal 217 324 135
Decimal 143 212 93
Hex 8F D4 5D

RGB Percentages of Color #8fd45d

%31.92
%47.32
%20.76

CMYK Percentages of Color #8fd45d

%33
%0
%56
%17

Triadic Colors of #8fd45d

#8fd45d #5d8fd4 #d45d8f

Analogous Colors of #8fd45d

#8fd45d #5dd467 #cbd45d

Monochromatic Colors of #8fd45d

#8fd45d

Complementary Color

#8fd45d #a25dd4

#8fd45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fd45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fd45d Color CSS Codes

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

#8fd45d Text Font Color

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

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


#8fd45d Background Color

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

This div background color is #8fd45d


#8fd45d Border Color

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

This div border color is #8fd45d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fd45d


Comments

No comments written yet.

Please login to write comment.