Color Hex Logo

#54b422 Color Hex

#54B422
(84,180,34)
0 Favorites   0 Comments

Color spaces of #54b422

RGB 8418034
HSL0.280.680.42
HSV99°81°71°
CMYK 0.530.000.81   0.29
XYZ20.266134.64287.1320
Yxy34.64280.32670.5584
Hunter Lab58.8581-41.540434.0164
CIE-Lab65.4696-52.453859.8441

#54b422 color RGB value is (84,180,34).

#54b422 hex color red value is 84, green value is 180 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #54b422 hue: 0.28 , saturation: 0.68 and the lightness value of 54b422 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10110100 00100010
Octal 124 264 42
Decimal 84 180 34
Hex 54 B4 22

RGB Percentages of Color #54b422

%28.19
%60.40
%11.41

CMYK Percentages of Color #54b422

%53
%0
%81
%29

Triadic Colors of #54b422

#54b422 #2254b4 #b42254

Analogous Colors of #54b422

#54b422 #22b439 #9db422

Monochromatic Colors of #54b422

#54b422

Complementary Color

#54b422 #8222b4

#54b422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54b422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54b422 Color CSS Codes

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

#54b422 Text Font Color

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

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


#54b422 Background Color

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

This div background color is #54b422


#54b422 Border Color

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

This div border color is #54b422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54b422


Comments

No comments written yet.

Please login to write comment.