Color Hex Logo

#54dd2c Color Hex

#54DD2C
(84,221,44)
0 Favorites   0 Comments

Color spaces of #54dd2c

RGB 8422144
HSL0.300.720.52
HSV106°80°87°
CMYK 0.620.000.80   0.13
XYZ29.967253.779611.1839
Yxy53.77960.31570.5665
Hunter Lab73.3346-55.393942.2922
CIE-Lab78.3330-66.299668.9788

#54dd2c color RGB value is (84,221,44).

#54dd2c hex color red value is 84, green value is 221 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #54dd2c hue: 0.30 , saturation: 0.72 and the lightness value of 54dd2c is 0.52.

The process color (four color CMYK) of #54dd2c color hex is 0.62, 0.00, 0.80, 0.13. Web safe color of #54dd2c is #66cc33. Color #54dd2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011101 00101100
Octal 124 335 54
Decimal 84 221 44
Hex 54 DD 2C

RGB Percentages of Color #54dd2c

%24.07
%63.32
%12.61

CMYK Percentages of Color #54dd2c

%62
%0
%80
%13

Triadic Colors of #54dd2c

#54dd2c #2c54dd #dd2c54

Analogous Colors of #54dd2c

#54dd2c #2cdd5d #addd2c

Monochromatic Colors of #54dd2c

#54dd2c

Complementary Color

#54dd2c #b52cdd

#54dd2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54dd2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#54dd2c Color CSS Codes

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

#54dd2c Text Font Color

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

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


#54dd2c Background Color

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

This div background color is #54dd2c


#54dd2c Border Color

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

This div border color is #54dd2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54dd2c


Comments

No comments written yet.

Please login to write comment.