Color Hex Logo

#54cc32 Color Hex

#54CC32
(84,204,50)
0 Favorites   0 Comments

Color spaces of #54cc32

RGB 8420450
HSL0.300.610.50
HSV107°75°80°
CMYK 0.590.000.75   0.20
XYZ25.824745.300810.4004
Yxy45.30080.31680.5557
Hunter Lab67.3059-49.296337.9524
CIE-Lab73.0895-60.162762.1787

#54cc32 color RGB value is (84,204,50).

#54cc32 hex color red value is 84, green value is 204 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #54cc32 hue: 0.30 , saturation: 0.61 and the lightness value of 54cc32 is 0.50.

The process color (four color CMYK) of #54cc32 color hex is 0.59, 0.00, 0.75, 0.20. Web safe color of #54cc32 is #66cc33. Color #54cc32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11001100 00110010
Octal 124 314 62
Decimal 84 204 50
Hex 54 CC 32

RGB Percentages of Color #54cc32

%24.85
%60.36
%14.79

CMYK Percentages of Color #54cc32

%59
%0
%75
%20

Triadic Colors of #54cc32

#54cc32 #3254cc #cc3254

Analogous Colors of #54cc32

#54cc32 #32cc5d #a1cc32

Monochromatic Colors of #54cc32

#54cc32

Complementary Color

#54cc32 #aa32cc

#54cc32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54cc32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54cc32 Color CSS Codes

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

#54cc32 Text Font Color

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

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


#54cc32 Background Color

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

This div background color is #54cc32


#54cc32 Border Color

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

This div border color is #54cc32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54cc32


Comments

No comments written yet.

Please login to write comment.