Color Hex Logo

#54c37e Color Hex

#54C37E
(84,195,126)
0 Favorites   0 Comments

Color spaces of #54c37e

RGB 84195126
HSL0.400.480.55
HSV143°57°76°
CMYK 0.570.000.35   0.24
XYZ26.937242.421426.5071
Yxy42.42140.28100.4425
Hunter Lab65.1317-40.156421.4625
CIE-Lab71.1605-47.262925.3954

#54c37e color RGB value is (84,195,126).

#54c37e hex color red value is 84, green value is 195 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #54c37e hue: 0.40 , saturation: 0.48 and the lightness value of 54c37e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11000011 01111110
Octal 124 303 176
Decimal 84 195 126
Hex 54 C3 7E

RGB Percentages of Color #54c37e

%20.74
%48.15
%31.11

CMYK Percentages of Color #54c37e

%57
%0
%35
%24

Triadic Colors of #54c37e

#54c37e #7e54c3 #c37e54

Analogous Colors of #54c37e

#54c37e #54c3b6 #61c354

Monochromatic Colors of #54c37e

#54c37e

Complementary Color

#54c37e #c35499

#54c37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54c37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#54c37e Color CSS Codes

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

#54c37e Text Font Color

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

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


#54c37e Background Color

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

This div background color is #54c37e


#54c37e Border Color

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

This div border color is #54c37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54c37e


Comments

No comments written yet.

Please login to write comment.