Color Hex Logo

#54ab2a Color Hex

#54AB2A
(84,171,42)
0 Favorites   0 Comments

Color spaces of #54ab2a

RGB 8417142
HSL0.280.610.42
HSV100°75°67°
CMYK 0.510.000.75   0.33
XYZ18.637031.17787.2261
Yxy31.17780.32670.5466
Hunter Lab55.8371-38.136131.4130
CIE-Lab62.6574-48.560954.6425

#54ab2a color RGB value is (84,171,42).

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

The process color (four color CMYK) of #54ab2a color hex is 0.51, 0.00, 0.75, 0.33. Web safe color of #54ab2a is #669933. Color #54ab2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101011 00101010
Octal 124 253 52
Decimal 84 171 42
Hex 54 AB 2A

RGB Percentages of Color #54ab2a

%28.28
%57.58
%14.14

CMYK Percentages of Color #54ab2a

%51
%0
%75
%33

Triadic Colors of #54ab2a

#54ab2a #2a54ab #ab2a54

Analogous Colors of #54ab2a

#54ab2a #2aab41 #95ab2a

Monochromatic Colors of #54ab2a

#54ab2a

Complementary Color

#54ab2a #812aab

#54ab2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ab2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ab2a Color CSS Codes

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

#54ab2a Text Font Color

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

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


#54ab2a Background Color

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

This div background color is #54ab2a


#54ab2a Border Color

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

This div border color is #54ab2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ab2a


Comments

No comments written yet.

Please login to write comment.