Color Hex Logo

#55d576 Color Hex

#55D576
(85,213,118)
0 Favorites   0 Comments

Color spaces of #55d576

RGB 85213118
HSL0.380.600.58
HSV135°60°84°
CMYK 0.600.000.45   0.16
XYZ30.810650.827825.3264
Yxy50.82780.28800.4752
Hunter Lab71.2936-47.622428.8433
CIE-Lab76.5746-55.557036.6125

#55d576 color RGB value is (85,213,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11010101 01110110
Octal 125 325 166
Decimal 85 213 118
Hex 55 D5 76

RGB Percentages of Color #55d576

%20.43
%51.20
%28.37

CMYK Percentages of Color #55d576

%60
%0
%45
%16

Triadic Colors of #55d576

#55d576 #7655d5 #d57655

Analogous Colors of #55d576

#55d576 #55d5b6 #74d555

Monochromatic Colors of #55d576

#55d576

Complementary Color

#55d576 #d555b4

#55d576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55d576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55d576 Color CSS Codes

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

#55d576 Text Font Color

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

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


#55d576 Background Color

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

This div background color is #55d576


#55d576 Border Color

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

This div border color is #55d576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55d576


Comments

No comments written yet.

Please login to write comment.