Color Hex Logo

#54c57a Color Hex

#54C57A
(84,197,122)
0 Favorites   0 Comments

Color spaces of #54c57a

RGB 84197122
HSL0.390.490.55
HSV140°57°77°
CMYK 0.570.000.38   0.23
XYZ27.135343.222525.3249
Yxy43.22250.28360.4517
Hunter Lab65.7438-41.377123.1818
CIE-Lab71.7057-48.809928.2203

#54c57a color RGB value is (84,197,122).

#54c57a hex color red value is 84, green value is 197 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #54c57a hue: 0.39 , saturation: 0.49 and the lightness value of 54c57a is 0.55.

The process color (four color CMYK) of #54c57a color hex is 0.57, 0.00, 0.38, 0.23. Web safe color of #54c57a is #66cc66. Color #54c57a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11000101 01111010
Octal 124 305 172
Decimal 84 197 122
Hex 54 C5 7A

RGB Percentages of Color #54c57a

%20.84
%48.88
%30.27

CMYK Percentages of Color #54c57a

%57
%0
%38
%23

Triadic Colors of #54c57a

#54c57a #7a54c5 #c57a54

Analogous Colors of #54c57a

#54c57a #54c5b3 #67c554

Monochromatic Colors of #54c57a

#54c57a

Complementary Color

#54c57a #c5549f

#54c57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54c57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#54c57a Color CSS Codes

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

#54c57a Text Font Color

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

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


#54c57a Background Color

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

This div background color is #54c57a


#54c57a Border Color

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

This div border color is #54c57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54c57a


Comments

No comments written yet.

Please login to write comment.