Color Hex Logo

#55e573 Color Hex

#55E573
(85,229,115)
0 Favorites   0 Comments

Color spaces of #55e573

RGB 85229115
HSL0.370.730.62
HSV133°63°90°
CMYK 0.630.000.50   0.10
XYZ34.860159.207725.8106
Yxy59.20770.29080.4939
Hunter Lab76.9465-53.788233.9746
CIE-Lab81.4056-61.947744.1630

#55e573 color RGB value is (85,229,115).

#55e573 hex color red value is 85, green value is 229 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #55e573 hue: 0.37 , saturation: 0.73 and the lightness value of 55e573 is 0.62.

The process color (four color CMYK) of #55e573 color hex is 0.63, 0.00, 0.50, 0.10. Web safe color of #55e573 is #66cc66. Color #55e573 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11100101 01110011
Octal 125 345 163
Decimal 85 229 115
Hex 55 E5 73

RGB Percentages of Color #55e573

%19.81
%53.38
%26.81

CMYK Percentages of Color #55e573

%63
%0
%50
%10

Triadic Colors of #55e573

#55e573 #7355e5 #e57355

Analogous Colors of #55e573

#55e573 #55e5bb #7fe555

Monochromatic Colors of #55e573

#55e573

Complementary Color

#55e573 #e555c7

#55e573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55e573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55e573 Color CSS Codes

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

#55e573 Text Font Color

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

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


#55e573 Background Color

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

This div background color is #55e573


#55e573 Border Color

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

This div border color is #55e573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55e573


Comments

No comments written yet.

Please login to write comment.