Color Hex Logo

#557502 Color Hex

#557502
(85,117,2)
0 Favorites   0 Comments

Color spaces of #557502

RGB 851172
HSL0.210.970.23
HSV77°98°46°
CMYK 0.270.000.98   0.54
XYZ10.118614.65832.3535
Yxy14.65830.37300.5403
Hunter Lab38.2862-19.825223.1557
CIE-Lab45.1626-26.659749.7408

#557502 color RGB value is (85,117,2).

#557502 hex color red value is 85, green value is 117 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #557502 hue: 0.21 , saturation: 0.97 and the lightness value of 557502 is 0.23.

The process color (four color CMYK) of #557502 color hex is 0.27, 0.00, 0.98, 0.54. Web safe color of #557502 is #666600. Color #557502 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110101 00000010
Octal 125 165 2
Decimal 85 117 2
Hex 55 75 2

RGB Percentages of Color #557502

%41.67
%57.35
%0.98

CMYK Percentages of Color #557502

%27
%0
%98
%54

Triadic Colors of #557502

#557502 #025575 #750255

Analogous Colors of #557502

#557502 #1c7502 #755b02

Monochromatic Colors of #557502

#557502

Complementary Color

#557502 #220275

#557502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557502 Color CSS Codes

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

#557502 Text Font Color

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

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


#557502 Background Color

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

This div background color is #557502


#557502 Border Color

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

This div border color is #557502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557502


Comments

No comments written yet.

Please login to write comment.