Color Hex Logo

#55e99f Color Hex

#55E99F
(85,233,159)
0 Favorites   0 Comments

Color spaces of #55e99f

RGB 85233159
HSL0.420.770.62
HSV150°64°91°
CMYK 0.640.000.32   0.09
XYZ39.143262.712342.8425
Yxy62.71230.27050.4334
Hunter Lab79.1911-50.354023.3578
CIE-Lab83.2908-55.977724.6357

#55e99f color RGB value is (85,233,159).

#55e99f hex color red value is 85, green value is 233 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #55e99f hue: 0.42 , saturation: 0.77 and the lightness value of 55e99f is 0.62.

The process color (four color CMYK) of #55e99f color hex is 0.64, 0.00, 0.32, 0.09. Web safe color of #55e99f is #66ff99. Color #55e99f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101001 10011111
Octal 125 351 237
Decimal 85 233 159
Hex 55 E9 9F

RGB Percentages of Color #55e99f

%17.82
%48.85
%33.33

CMYK Percentages of Color #55e99f

%64
%0
%32
%9

Triadic Colors of #55e99f

#55e99f #9f55e9 #e99f55

Analogous Colors of #55e99f

#55e99f #55e9e9 #55e955

Monochromatic Colors of #55e99f

#55e99f

Complementary Color

#55e99f #e9559f

#55e99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55e99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55e99f Color CSS Codes

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

#55e99f Text Font Color

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

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


#55e99f Background Color

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

This div background color is #55e99f


#55e99f Border Color

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

This div border color is #55e99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55e99f


Comments

No comments written yet.

Please login to write comment.