Color Hex Logo

#557f1a Color Hex

#557F1A
(85,127,26)
0 Favorites   0 Comments

Color spaces of #557f1a

RGB 8512726
HSL0.240.660.30
HSV85°80°50°
CMYK 0.330.000.80   0.50
XYZ11.522117.18463.6870
Yxy17.18460.35570.5305
Hunter Lab41.4543-22.931523.7447
CIE-Lab48.4918-30.524146.4883

#557f1a color RGB value is (85,127,26).

#557f1a hex color red value is 85, green value is 127 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #557f1a hue: 0.24 , saturation: 0.66 and the lightness value of 557f1a is 0.30.

The process color (four color CMYK) of #557f1a color hex is 0.33, 0.00, 0.80, 0.50. Web safe color of #557f1a is #666633. Color #557f1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111111 00011010
Octal 125 177 32
Decimal 85 127 26
Hex 55 7F 1A

RGB Percentages of Color #557f1a

%35.71
%53.36
%10.92

CMYK Percentages of Color #557f1a

%33
%0
%80
%50

Triadic Colors of #557f1a

#557f1a #1a557f #7f1a55

Analogous Colors of #557f1a

#557f1a #237f1a #7f771a

Monochromatic Colors of #557f1a

#557f1a

Complementary Color

#557f1a #441a7f

#557f1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557f1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#557f1a Color CSS Codes

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

#557f1a Text Font Color

<p style="color:#557f1a">Text here</p>

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


#557f1a Background Color

<div style="background-color:#557f1a">
Div content here</div>

This div background color is #557f1a


#557f1a Border Color

<div style="border:3px solid #557f1a">
Div here</div>

This div border color is #557f1a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,127,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #557f1a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #557f1a;
  -webkit-box-shadow: 1px 1px 3px 2px #557f1a;
  box-shadow:         1px 1px 3px 2px #557f1a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,127,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557f1a


Comments

No comments written yet.

Please login to write comment.