Color Hex Logo

#54c58e Color Hex

#54C58E
(84,197,142)
0 Favorites   0 Comments

Color spaces of #54c58e

RGB 84197142
HSL0.420.490.55
HSV151°57°77°
CMYK 0.570.000.28   0.23
XYZ28.504943.770332.5373
Yxy43.77030.27200.4176
Hunter Lab66.1591-38.871117.1523
CIE-Lab72.0747-44.951818.1409

#54c58e color RGB value is (84,197,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11000101 10001110
Octal 124 305 216
Decimal 84 197 142
Hex 54 C5 8E

RGB Percentages of Color #54c58e

%19.86
%46.57
%33.57

CMYK Percentages of Color #54c58e

%57
%0
%28
%23

Triadic Colors of #54c58e

#54c58e #8e54c5 #c58e54

Analogous Colors of #54c58e

#54c58e #54c4c5 #54c556

Monochromatic Colors of #54c58e

#54c58e

Complementary Color

#54c58e #c5548b

#54c58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54c58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#54c58e Color CSS Codes

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

#54c58e Text Font Color

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

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


#54c58e Background Color

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

This div background color is #54c58e


#54c58e Border Color

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

This div border color is #54c58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54c58e


Comments

No comments written yet.

Please login to write comment.