Color Hex Logo

#8fdb52 Color Hex

#8FDB52
(143,219,82)
0 Favorites   0 Comments

Color spaces of #8fdb52

RGB 14321982
HSL0.260.660.59
HSV93°63°86°
CMYK 0.350.000.63   0.14
XYZ38.182257.111916.9939
Yxy57.11190.34000.5086
Hunter Lab75.5724-42.066439.5682
CIE-Lab80.2425-45.908158.2539

#8fdb52 color RGB value is (143,219,82).

#8fdb52 hex color red value is 143, green value is 219 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #8fdb52 hue: 0.26 , saturation: 0.66 and the lightness value of 8fdb52 is 0.59.

The process color (four color CMYK) of #8fdb52 color hex is 0.35, 0.00, 0.63, 0.14. Web safe color of #8fdb52 is #99cc66. Color #8fdb52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011011 01010010
Octal 217 333 122
Decimal 143 219 82
Hex 8F DB 52

RGB Percentages of Color #8fdb52

%32.21
%49.32
%18.47

CMYK Percentages of Color #8fdb52

%35
%0
%63
%14

Triadic Colors of #8fdb52

#8fdb52 #528fdb #db528f

Analogous Colors of #8fdb52

#8fdb52 #52db5a #d4db52

Monochromatic Colors of #8fdb52

#8fdb52

Complementary Color

#8fdb52 #9e52db

#8fdb52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdb52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdb52 Color CSS Codes

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

#8fdb52 Text Font Color

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

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


#8fdb52 Background Color

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

This div background color is #8fdb52


#8fdb52 Border Color

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

This div border color is #8fdb52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdb52


Comments

No comments written yet.

Please login to write comment.