Color Hex Logo

#54cc6a Color Hex

#54CC6A
(84,204,106)
0 Favorites   0 Comments

Color spaces of #54cc6a

RGB 84204106
HSL0.360.540.56
HSV131°59°80°
CMYK 0.590.000.48   0.20
XYZ27.850546.111221.0681
Yxy46.11120.29310.4852
Hunter Lab67.9052-45.624629.1385
CIE-Lab73.6176-54.183438.8349

#54cc6a color RGB value is (84,204,106).

#54cc6a hex color red value is 84, green value is 204 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #54cc6a hue: 0.36 , saturation: 0.54 and the lightness value of 54cc6a is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11001100 01101010
Octal 124 314 152
Decimal 84 204 106
Hex 54 CC 6A

RGB Percentages of Color #54cc6a

%21.32
%51.78
%26.90

CMYK Percentages of Color #54cc6a

%59
%0
%48
%20

Triadic Colors of #54cc6a

#54cc6a #6a54cc #cc6a54

Analogous Colors of #54cc6a

#54cc6a #54cca6 #7acc54

Monochromatic Colors of #54cc6a

#54cc6a

Complementary Color

#54cc6a #cc54b6

#54cc6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54cc6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#54cc6a Color CSS Codes

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

#54cc6a Text Font Color

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

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


#54cc6a Background Color

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

This div background color is #54cc6a


#54cc6a Border Color

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

This div border color is #54cc6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54cc6a


Comments

No comments written yet.

Please login to write comment.