Color Hex Logo

#55d573 Color Hex

#55D573
(85,213,115)
0 Favorites   0 Comments

Color spaces of #55d573

RGB 85213115
HSL0.370.600.58
HSV134°60°84°
CMYK 0.600.000.46   0.16
XYZ30.635150.757624.4022
Yxy50.75760.28960.4798
Hunter Lab71.2444-47.922629.5634
CIE-Lab76.5319-56.026638.0537

#55d573 color RGB value is (85,213,115).

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

The process color (four color CMYK) of #55d573 color hex is 0.60, 0.00, 0.46, 0.16. Web safe color of #55d573 is #66cc66. Color #55d573 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11010101 01110011
Octal 125 325 163
Decimal 85 213 115
Hex 55 D5 73

RGB Percentages of Color #55d573

%20.58
%51.57
%27.85

CMYK Percentages of Color #55d573

%60
%0
%46
%16

Triadic Colors of #55d573

#55d573 #7355d5 #d57355

Analogous Colors of #55d573

#55d573 #55d5b3 #77d555

Monochromatic Colors of #55d573

#55d573

Complementary Color

#55d573 #d555b7

#55d573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55d573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55d573 Color CSS Codes

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

#55d573 Text Font Color

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

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


#55d573 Background Color

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

This div background color is #55d573


#55d573 Border Color

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

This div border color is #55d573


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,213,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 #55d573">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55d573


Comments

No comments written yet.

Please login to write comment.