Color Hex Logo

#84d60f Color Hex

#84D60F
(132,214,15)
0 Favorites   0 Comments

Color spaces of #84d60f

RGB 13221415
HSL0.240.870.45
HSV85°93°84°
CMYK 0.380.000.93   0.16
XYZ33.648553.03328.9149
Yxy53.03320.35200.5548
Hunter Lab72.8239-44.965443.7186
CIE-Lab77.8946-51.009475.0414

#84d60f color RGB value is (132,214,15).

#84d60f hex color red value is 132, green value is 214 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #84d60f hue: 0.24 , saturation: 0.87 and the lightness value of 84d60f is 0.45.

The process color (four color CMYK) of #84d60f color hex is 0.38, 0.00, 0.93, 0.16. Web safe color of #84d60f is #99cc00. Color #84d60f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11010110 00001111
Octal 204 326 17
Decimal 132 214 15
Hex 84 D6 F

RGB Percentages of Color #84d60f

%36.57
%59.28
%4.16

CMYK Percentages of Color #84d60f

%38
%0
%93
%16

Triadic Colors of #84d60f

#84d60f #0f84d6 #d60f84

Analogous Colors of #84d60f

#84d60f #21d60f #d6c50f

Monochromatic Colors of #84d60f

#84d60f

Complementary Color

#84d60f #610fd6

#84d60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84d60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84d60f Color CSS Codes

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

#84d60f Text Font Color

<p style="color:#84d60f">Text here</p>

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


#84d60f Background Color

<div style="background-color:#84d60f">
Div content here</div>

This div background color is #84d60f


#84d60f Border Color

<div style="border:3px solid #84d60f">
Div here</div>

This div border color is #84d60f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,214,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84d60f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84d60f;
  -webkit-box-shadow: 1px 1px 3px 2px #84d60f;
  box-shadow:         1px 1px 3px 2px #84d60f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84d60f


Comments

No comments written yet.

Please login to write comment.