Color Hex Logo

#54980e Color Hex

#54980E
(84,152,14)
0 Favorites   0 Comments

Color spaces of #54980e

RGB 8415214
HSL0.250.830.33
HSV90°91°60°
CMYK 0.450.000.91   0.40
XYZ14.963724.37304.3313
Yxy24.37300.34270.5581
Hunter Lab49.3690-32.292629.3566
CIE-Lab56.4593-42.341456.6568

#54980e color RGB value is (84,152,14).

#54980e hex color red value is 84, green value is 152 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #54980e hue: 0.25 , saturation: 0.83 and the lightness value of 54980e is 0.33.

The process color (four color CMYK) of #54980e color hex is 0.45, 0.00, 0.91, 0.40. Web safe color of #54980e is #669900. Color #54980e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011000 00001110
Octal 124 230 16
Decimal 84 152 14
Hex 54 98 E

RGB Percentages of Color #54980e

%33.60
%60.80
%5.60

CMYK Percentages of Color #54980e

%45
%0
%91
%40

Triadic Colors of #54980e

#54980e #0e5498 #980e54

Analogous Colors of #54980e

#54980e #0f980e #98970e

Monochromatic Colors of #54980e

#54980e

Complementary Color

#54980e #520e98

#54980e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54980e Color Preview on White Background

Lorem ipsum dolor sit amet.

#54980e Color CSS Codes

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

#54980e Text Font Color

<p style="color:#54980e">Text here</p>

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


#54980e Background Color

<div style="background-color:#54980e">
Div content here</div>

This div background color is #54980e


#54980e Border Color

<div style="border:3px solid #54980e">
Div here</div>

This div border color is #54980e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54980e


Comments

No comments written yet.

Please login to write comment.