Color Hex Logo

#55d875 Color Hex

#55D875
(85,216,117)
0 Favorites   0 Comments

Color spaces of #55d875

RGB 85216117
HSL0.370.630.59
HSV135°61°85°
CMYK 0.610.000.46   0.15
XYZ31.513152.327425.2689
Yxy52.32740.28880.4796
Hunter Lab72.3377-48.829429.9253
CIE-Lab77.4762-56.852438.2601

#55d875 color RGB value is (85,216,117).

#55d875 hex color red value is 85, green value is 216 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #55d875 hue: 0.37 , saturation: 0.63 and the lightness value of 55d875 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011000 01110101
Octal 125 330 165
Decimal 85 216 117
Hex 55 D8 75

RGB Percentages of Color #55d875

%20.33
%51.67
%27.99

CMYK Percentages of Color #55d875

%61
%0
%46
%15

Triadic Colors of #55d875

#55d875 #7555d8 #d87555

Analogous Colors of #55d875

#55d875 #55d8b7 #77d855

Monochromatic Colors of #55d875

#55d875

Complementary Color

#55d875 #d855b8

#55d875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55d875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55d875 Color CSS Codes

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

#55d875 Text Font Color

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

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


#55d875 Background Color

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

This div background color is #55d875


#55d875 Border Color

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

This div border color is #55d875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55d875


Comments

No comments written yet.

Please login to write comment.