Color Hex Logo

#54e483 Color Hex

#54E483
(84,228,131)
0 Favorites   0 Comments

Color spaces of #54e483

RGB 84228131
HSL0.390.730.61
HSV140°63°89°
CMYK 0.630.000.43   0.11
XYZ35.496359.010330.9920
Yxy59.01030.28280.4702
Hunter Lab76.8182-51.950129.8524
CIE-Lab81.2973-59.316436.1931

#54e483 color RGB value is (84,228,131).

#54e483 hex color red value is 84, green value is 228 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #54e483 hue: 0.39 , saturation: 0.73 and the lightness value of 54e483 is 0.61.

The process color (four color CMYK) of #54e483 color hex is 0.63, 0.00, 0.43, 0.11. Web safe color of #54e483 is #66cc99. Color #54e483 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11100100 10000011
Octal 124 344 203
Decimal 84 228 131
Hex 54 E4 83

RGB Percentages of Color #54e483

%18.96
%51.47
%29.57

CMYK Percentages of Color #54e483

%63
%0
%43
%11

Triadic Colors of #54e483

#54e483 #8354e4 #e48354

Analogous Colors of #54e483

#54e483 #54e4cb #6de454

Monochromatic Colors of #54e483

#54e483

Complementary Color

#54e483 #e454b5

#54e483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54e483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54e483 Color CSS Codes

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

#54e483 Text Font Color

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

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


#54e483 Background Color

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

This div background color is #54e483


#54e483 Border Color

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

This div border color is #54e483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54e483


Comments

No comments written yet.

Please login to write comment.