Color Hex Logo

#55e06f Color Hex

#55E06F
(85,224,111)
0 Favorites   0 Comments

Color spaces of #55e06f

RGB 85224111
HSL0.360.690.61
HSV131°62°88°
CMYK 0.620.000.50   0.12
XYZ33.271256.390324.1698
Yxy56.39030.29230.4954
Hunter Lab75.0935-52.326733.4822
CIE-Lab79.8354-60.702144.1362

#55e06f color RGB value is (85,224,111).

#55e06f hex color red value is 85, green value is 224 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #55e06f hue: 0.36 , saturation: 0.69 and the lightness value of 55e06f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11100000 01101111
Octal 125 340 157
Decimal 85 224 111
Hex 55 E0 6F

RGB Percentages of Color #55e06f

%20.24
%53.33
%26.43

CMYK Percentages of Color #55e06f

%62
%0
%50
%12

Triadic Colors of #55e06f

#55e06f #6f55e0 #e06f55

Analogous Colors of #55e06f

#55e06f #55e0b5 #81e055

Monochromatic Colors of #55e06f

#55e06f

Complementary Color

#55e06f #e055c6

#55e06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55e06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55e06f Color CSS Codes

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

#55e06f Text Font Color

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

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


#55e06f Background Color

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

This div background color is #55e06f


#55e06f Border Color

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

This div border color is #55e06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55e06f


Comments

No comments written yet.

Please login to write comment.