Color Hex Logo

#54d32b Color Hex

#54D32B
(84,211,43)
0 Favorites   0 Comments

Color spaces of #54d32b

RGB 8421143
HSL0.290.660.50
HSV105°80°83°
CMYK 0.600.000.80   0.17
XYZ27.386548.647810.2320
Yxy48.64780.31750.5639
Hunter Lab69.7480-51.971040.1258
CIE-Lab75.2317-62.995266.3682

#54d32b color RGB value is (84,211,43).

#54d32b hex color red value is 84, green value is 211 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #54d32b hue: 0.29 , saturation: 0.66 and the lightness value of 54d32b is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11010011 00101011
Octal 124 323 53
Decimal 84 211 43
Hex 54 D3 2B

RGB Percentages of Color #54d32b

%24.85
%62.43
%12.72

CMYK Percentages of Color #54d32b

%60
%0
%80
%17

Triadic Colors of #54d32b

#54d32b #2b54d3 #d32b54

Analogous Colors of #54d32b

#54d32b #2bd356 #a8d32b

Monochromatic Colors of #54d32b

#54d32b

Complementary Color

#54d32b #aa2bd3

#54d32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54d32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#54d32b Color CSS Codes

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

#54d32b Text Font Color

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

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


#54d32b Background Color

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

This div background color is #54d32b


#54d32b Border Color

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

This div border color is #54d32b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54d32b


Comments

No comments written yet.

Please login to write comment.