Color Hex Logo

#55ba4e Color Hex

#55BA4E
(85,186,78)
0 Favorites   0 Comments

Color spaces of #55ba4e

RGB 8518678
HSL0.320.440.52
HSV116°58°73°
CMYK 0.540.000.58   0.27
XYZ22.680437.599213.2697
Yxy37.59920.30840.5112
Hunter Lab61.3182-41.283230.0919
CIE-Lab67.7242-50.752245.1934

#55ba4e color RGB value is (85,186,78).

#55ba4e hex color red value is 85, green value is 186 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #55ba4e hue: 0.32 , saturation: 0.44 and the lightness value of 55ba4e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111010 01001110
Octal 125 272 116
Decimal 85 186 78
Hex 55 BA 4E

RGB Percentages of Color #55ba4e

%24.36
%53.30
%22.35

CMYK Percentages of Color #55ba4e

%54
%0
%58
%27

Triadic Colors of #55ba4e

#55ba4e #4e55ba #ba4e55

Analogous Colors of #55ba4e

#55ba4e #4eba7d #8bba4e

Monochromatic Colors of #55ba4e

#55ba4e

Complementary Color

#55ba4e #b34eba

#55ba4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ba4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ba4e Color CSS Codes

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

#55ba4e Text Font Color

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

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


#55ba4e Background Color

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

This div background color is #55ba4e


#55ba4e Border Color

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

This div border color is #55ba4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ba4e


Comments

No comments written yet.

Please login to write comment.