Color Hex Logo

#54984f Color Hex

#54984F
(84,152,79)
0 Favorites   0 Comments

Color spaces of #54984f

RGB 8415279
HSL0.320.320.45
HSV116°48°60°
CMYK 0.450.000.48   0.40
XYZ16.295724.905811.3456
Yxy24.90580.31010.4740
Hunter Lab49.9057-29.049421.4550
CIE-Lab56.9835-36.816631.7200

#54984f color RGB value is (84,152,79).

#54984f hex color red value is 84, green value is 152 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #54984f hue: 0.32 , saturation: 0.32 and the lightness value of 54984f is 0.45.

The process color (four color CMYK) of #54984f color hex is 0.45, 0.00, 0.48, 0.40. Web safe color of #54984f is #669966. Color #54984f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011000 01001111
Octal 124 230 117
Decimal 84 152 79
Hex 54 98 4F

RGB Percentages of Color #54984f

%26.67
%48.25
%25.08

CMYK Percentages of Color #54984f

%45
%0
%48
%40

Triadic Colors of #54984f

#54984f #4f5498 #984f54

Analogous Colors of #54984f

#54984f #4f986f #79984f

Monochromatic Colors of #54984f

#54984f

Complementary Color

#54984f #934f98

#54984f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54984f Color Preview on White Background

Lorem ipsum dolor sit amet.

#54984f Color CSS Codes

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

#54984f Text Font Color

<p style="color:#54984f">Text here</p>

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


#54984f Background Color

<div style="background-color:#54984f">
Div content here</div>

This div background color is #54984f


#54984f Border Color

<div style="border:3px solid #54984f">
Div here</div>

This div border color is #54984f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,152,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54984f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54984f;
  -webkit-box-shadow: 1px 1px 3px 2px #54984f;
  box-shadow:         1px 1px 3px 2px #54984f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54984f


Comments

No comments written yet.

Please login to write comment.