Color Hex Logo

#84e53d Color Hex

#84E53D
(132,229,61)
0 Favorites   0 Comments

Color spaces of #84e53d

RGB 13222961
HSL0.260.760.57
HSV95°73°90°
CMYK 0.420.000.73   0.10
XYZ38.377361.281114.2206
Yxy61.28110.33700.5381
Hunter Lab78.2822-49.485644.0271
CIE-Lab82.5296-55.139268.4060

#84e53d color RGB value is (132,229,61).

#84e53d hex color red value is 132, green value is 229 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #84e53d hue: 0.26 , saturation: 0.76 and the lightness value of 84e53d is 0.57.

The process color (four color CMYK) of #84e53d color hex is 0.42, 0.00, 0.73, 0.10. Web safe color of #84e53d is #99cc33. Color #84e53d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11100101 00111101
Octal 204 345 75
Decimal 132 229 61
Hex 84 E5 3D

RGB Percentages of Color #84e53d

%31.28
%54.27
%14.45

CMYK Percentages of Color #84e53d

%42
%0
%73
%10

Triadic Colors of #84e53d

#84e53d #3d84e5 #e53d84

Analogous Colors of #84e53d

#84e53d #3de54a #d8e53d

Monochromatic Colors of #84e53d

#84e53d

Complementary Color

#84e53d #9e3de5

#84e53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84e53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84e53d Color CSS Codes

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

#84e53d Text Font Color

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

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


#84e53d Background Color

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

This div background color is #84e53d


#84e53d Border Color

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

This div border color is #84e53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84e53d


Comments

No comments written yet.

Please login to write comment.