Color Hex Logo

#55e25e Color Hex

#55E25E
(85,226,94)
0 Favorites   0 Comments

Color spaces of #55e25e

RGB 8522694
HSL0.340.710.61
HSV124°62°89°
CMYK 0.620.000.58   0.11
XYZ32.963057.132219.8800
Yxy57.13220.29970.5195
Hunter Lab75.5858-54.431337.3161
CIE-Lab80.2539-63.597252.4934

#55e25e color RGB value is (85,226,94).

#55e25e hex color red value is 85, green value is 226 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #55e25e hue: 0.34 , saturation: 0.71 and the lightness value of 55e25e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11100010 01011110
Octal 125 342 136
Decimal 85 226 94
Hex 55 E2 5E

RGB Percentages of Color #55e25e

%20.99
%55.80
%23.21

CMYK Percentages of Color #55e25e

%62
%0
%58
%11

Triadic Colors of #55e25e

#55e25e #5e55e2 #e25e55

Analogous Colors of #55e25e

#55e25e #55e2a5 #93e255

Monochromatic Colors of #55e25e

#55e25e

Complementary Color

#55e25e #e255d9

#55e25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55e25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55e25e Color CSS Codes

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

#55e25e Text Font Color

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

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


#55e25e Background Color

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

This div background color is #55e25e


#55e25e Border Color

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

This div border color is #55e25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55e25e


Comments

No comments written yet.

Please login to write comment.