Color Hex Logo

#84fa2c Color Hex

#84FA2C
(132,250,44)
0 Favorites   0 Comments

Color spaces of #84fa2c

RGB 13225044
HSL0.260.950.58
HSV94°82°98°
CMYK 0.470.000.82   0.02
XYZ44.155973.458614.2345
Yxy73.45860.33490.5571
Hunter Lab85.7080-58.027650.1486
CIE-Lab88.6660-63.900678.9528

#84fa2c color RGB value is (132,250,44).

#84fa2c hex color red value is 132, green value is 250 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #84fa2c hue: 0.26 , saturation: 0.95 and the lightness value of 84fa2c is 0.58.

The process color (four color CMYK) of #84fa2c color hex is 0.47, 0.00, 0.82, 0.02. Web safe color of #84fa2c is #99ff33. Color #84fa2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111010 00101100
Octal 204 372 54
Decimal 132 250 44
Hex 84 FA 2C

RGB Percentages of Color #84fa2c

%30.99
%58.69
%10.33

CMYK Percentages of Color #84fa2c

%47
%0
%82
%2

Triadic Colors of #84fa2c

#84fa2c #2c84fa #fa2c84

Analogous Colors of #84fa2c

#84fa2c #2cfa3b #ebfa2c

Monochromatic Colors of #84fa2c

#84fa2c

Complementary Color

#84fa2c #a22cfa

#84fa2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84fa2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84fa2c Color CSS Codes

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

#84fa2c Text Font Color

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

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


#84fa2c Background Color

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

This div background color is #84fa2c


#84fa2c Border Color

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

This div border color is #84fa2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84fa2c


Comments

No comments written yet.

Please login to write comment.