Color Hex Logo

#54b42d Color Hex

#54B42D
(84,180,45)
0 Favorites   0 Comments

Color spaces of #54b42d

RGB 8418045
HSL0.290.600.44
HSV103°75°71°
CMYK 0.530.000.75   0.29
XYZ20.451134.71688.1058
Yxy34.71680.32320.5487
Hunter Lab58.9210-41.155433.0881
CIE-Lab65.5276-51.797556.4301

#54b42d color RGB value is (84,180,45).

#54b42d hex color red value is 84, green value is 180 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #54b42d hue: 0.29 , saturation: 0.60 and the lightness value of 54b42d is 0.44.

The process color (four color CMYK) of #54b42d color hex is 0.53, 0.00, 0.75, 0.29. Web safe color of #54b42d is #66cc33. Color #54b42d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10110100 00101101
Octal 124 264 55
Decimal 84 180 45
Hex 54 B4 2D

RGB Percentages of Color #54b42d

%27.18
%58.25
%14.56

CMYK Percentages of Color #54b42d

%53
%0
%75
%29

Triadic Colors of #54b42d

#54b42d #2d54b4 #b42d54

Analogous Colors of #54b42d

#54b42d #2db449 #98b42d

Monochromatic Colors of #54b42d

#54b42d

Complementary Color

#54b42d #8d2db4

#54b42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54b42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#54b42d Color CSS Codes

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

#54b42d Text Font Color

<p style="color:#54b42d">Text here</p>

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


#54b42d Background Color

<div style="background-color:#54b42d">
Div content here</div>

This div background color is #54b42d


#54b42d Border Color

<div style="border:3px solid #54b42d">
Div here</div>

This div border color is #54b42d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,180,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54b42d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54b42d;
  -webkit-box-shadow: 1px 1px 3px 2px #54b42d;
  box-shadow:         1px 1px 3px 2px #54b42d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,180,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54b42d

#54b42d Color Palettes


Comments

No comments written yet.

Please login to write comment.