Color Hex Logo

#54a406 Color Hex

#54A406
(84,164,6)
0 Favorites   0 Comments

Color spaces of #54a406

RGB 841646
HSL0.250.930.33
HSV90°96°64°
CMYK 0.490.000.96   0.36
XYZ16.964528.44894.7694
Yxy28.44890.33810.5669
Hunter Lab53.3375-36.567032.0346
CIE-Lab60.2921-47.328761.0368

#54a406 color RGB value is (84,164,6).

#54a406 hex color red value is 84, green value is 164 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #54a406 hue: 0.25 , saturation: 0.93 and the lightness value of 54a406 is 0.33.

The process color (four color CMYK) of #54a406 color hex is 0.49, 0.00, 0.96, 0.36. Web safe color of #54a406 is #669900. Color #54a406 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10100100 00000110
Octal 124 244 6
Decimal 84 164 6
Hex 54 A4 6

RGB Percentages of Color #54a406

%33.07
%64.57
%2.36

CMYK Percentages of Color #54a406

%49
%0
%96
%36

Triadic Colors of #54a406

#54a406 #0654a4 #a40654

Analogous Colors of #54a406

#54a406 #06a407 #a3a406

Monochromatic Colors of #54a406

#54a406

Complementary Color

#54a406 #5606a4

#54a406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54a406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54a406 Color CSS Codes

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

#54a406 Text Font Color

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

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


#54a406 Background Color

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

This div background color is #54a406


#54a406 Border Color

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

This div border color is #54a406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54a406


Comments

No comments written yet.

Please login to write comment.