Color Hex Logo

#548e0a Color Hex

#548E0A
(84,142,10)
0 Favorites   0 Comments

Color spaces of #548e0a

RGB 8414210
HSL0.240.870.30
HSV86°93°56°
CMYK 0.410.000.93   0.44
XYZ13.383921.25273.6839
Yxy21.25270.34930.5546
Hunter Lab46.1007-28.854227.5326
CIE-Lab53.2250-38.256854.6670

#548e0a color RGB value is (84,142,10).

#548e0a hex color red value is 84, green value is 142 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #548e0a hue: 0.24 , saturation: 0.87 and the lightness value of 548e0a is 0.30.

The process color (four color CMYK) of #548e0a color hex is 0.41, 0.00, 0.93, 0.44. Web safe color of #548e0a is #669900. Color #548e0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10001110 00001010
Octal 124 216 12
Decimal 84 142 10
Hex 54 8E A

RGB Percentages of Color #548e0a

%35.59
%60.17
%4.24

CMYK Percentages of Color #548e0a

%41
%0
%93
%44

Triadic Colors of #548e0a

#548e0a #0a548e #8e0a54

Analogous Colors of #548e0a

#548e0a #128e0a #8e860a

Monochromatic Colors of #548e0a

#548e0a

Complementary Color

#548e0a #440a8e

#548e0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#548e0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#548e0a Color CSS Codes

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

#548e0a Text Font Color

<p style="color:#548e0a">Text here</p>

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


#548e0a Background Color

<div style="background-color:#548e0a">
Div content here</div>

This div background color is #548e0a


#548e0a Border Color

<div style="border:3px solid #548e0a">
Div here</div>

This div border color is #548e0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,142,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #548e0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #548e0a;
  -webkit-box-shadow: 1px 1px 3px 2px #548e0a;
  box-shadow:         1px 1px 3px 2px #548e0a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #548e0a


Comments

No comments written yet.

Please login to write comment.