Color Hex Logo

#54ae5a Color Hex

#54AE5A
(84,174,90)
0 Favorites   0 Comments

Color spaces of #54ae5a

RGB 8417490
HSL0.340.360.51
HSV124°52°68°
CMYK 0.520.000.48   0.32
XYZ20.637732.895114.9345
Yxy32.89510.30140.4804
Hunter Lab57.3543-36.140524.7094
CIE-Lab64.0759-44.631734.9188

#54ae5a color RGB value is (84,174,90).

#54ae5a hex color red value is 84, green value is 174 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #54ae5a hue: 0.34 , saturation: 0.36 and the lightness value of 54ae5a is 0.51.

The process color (four color CMYK) of #54ae5a color hex is 0.52, 0.00, 0.48, 0.32. Web safe color of #54ae5a is #669966. Color #54ae5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101110 01011010
Octal 124 256 132
Decimal 84 174 90
Hex 54 AE 5A

RGB Percentages of Color #54ae5a

%24.14
%50.00
%25.86

CMYK Percentages of Color #54ae5a

%52
%0
%48
%32

Triadic Colors of #54ae5a

#54ae5a #5a54ae #ae5a54

Analogous Colors of #54ae5a

#54ae5a #54ae87 #7bae54

Monochromatic Colors of #54ae5a

#54ae5a

Complementary Color

#54ae5a #ae54a8

#54ae5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ae5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ae5a Color CSS Codes

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

#54ae5a Text Font Color

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

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


#54ae5a Background Color

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

This div background color is #54ae5a


#54ae5a Border Color

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

This div border color is #54ae5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ae5a


Comments

No comments written yet.

Please login to write comment.