Color Hex Logo

#54d90e Color Hex

#54D90E
(84,217,14)
0 Favorites   0 Comments

Color spaces of #54d90e

RGB 8421714
HSL0.280.880.45
HSV99°94°85°
CMYK 0.610.000.94   0.15
XYZ28.548351.54228.8595
Yxy51.54220.32090.5795
Hunter Lab71.7929-54.657442.9384
CIE-Lab77.0063-66.038973.6901

#54d90e color RGB value is (84,217,14).

#54d90e hex color red value is 84, green value is 217 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #54d90e hue: 0.28 , saturation: 0.88 and the lightness value of 54d90e is 0.45.

The process color (four color CMYK) of #54d90e color hex is 0.61, 0.00, 0.94, 0.15. Web safe color of #54d90e is #66cc00. Color #54d90e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011001 00001110
Octal 124 331 16
Decimal 84 217 14
Hex 54 D9 E

RGB Percentages of Color #54d90e

%26.67
%68.89
%4.44

CMYK Percentages of Color #54d90e

%61
%0
%94
%15

Triadic Colors of #54d90e

#54d90e #0e54d9 #d90e54

Analogous Colors of #54d90e

#54d90e #0ed92d #bad90e

Monochromatic Colors of #54d90e

#54d90e

Complementary Color

#54d90e #930ed9

#54d90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54d90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#54d90e Color CSS Codes

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

#54d90e Text Font Color

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

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


#54d90e Background Color

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

This div background color is #54d90e


#54d90e Border Color

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

This div border color is #54d90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54d90e


Comments

No comments written yet.

Please login to write comment.