Color Hex Logo

#55c886 Color Hex

#55C886
(85,200,134)
0 Favorites   0 Comments

Color spaces of #55c886

RGB 85200134
HSL0.400.510.56
HSV146°58°78°
CMYK 0.580.000.33   0.22
XYZ28.703744.961129.7198
Yxy44.96110.27760.4349
Hunter Lab67.0530-40.931520.6581
CIE-Lab72.8663-47.587623.4823

#55c886 color RGB value is (85,200,134).

#55c886 hex color red value is 85, green value is 200 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #55c886 hue: 0.40 , saturation: 0.51 and the lightness value of 55c886 is 0.56.

The process color (four color CMYK) of #55c886 color hex is 0.58, 0.00, 0.33, 0.22. Web safe color of #55c886 is #66cc99. Color #55c886 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001000 10000110
Octal 125 310 206
Decimal 85 200 134
Hex 55 C8 86

RGB Percentages of Color #55c886

%20.29
%47.73
%31.98

CMYK Percentages of Color #55c886

%58
%0
%33
%22

Triadic Colors of #55c886

#55c886 #8655c8 #c88655

Analogous Colors of #55c886

#55c886 #55c8c0 #5ec855

Monochromatic Colors of #55c886

#55c886

Complementary Color

#55c886 #c85597

#55c886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55c886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55c886 Color CSS Codes

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

#55c886 Text Font Color

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

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


#55c886 Background Color

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

This div background color is #55c886


#55c886 Border Color

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

This div border color is #55c886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55c886


Comments

No comments written yet.

Please login to write comment.