Color Hex Logo

#55bc8e Color Hex

#55BC8E
(85,188,142)
0 Favorites   0 Comments

Color spaces of #55bc8e

RGB 85188142
HSL0.430.430.54
HSV153°55°74°
CMYK 0.550.000.24   0.26
XYZ26.612039.850731.8805
Yxy39.85070.27060.4052
Hunter Lab63.1274-35.224514.2467
CIE-Lab69.3631-40.842314.3715

#55bc8e color RGB value is (85,188,142).

#55bc8e hex color red value is 85, green value is 188 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #55bc8e hue: 0.43 , saturation: 0.43 and the lightness value of 55bc8e is 0.54.

The process color (four color CMYK) of #55bc8e color hex is 0.55, 0.00, 0.24, 0.26. Web safe color of #55bc8e is #66cc99. Color #55bc8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111100 10001110
Octal 125 274 216
Decimal 85 188 142
Hex 55 BC 8E

RGB Percentages of Color #55bc8e

%20.48
%45.30
%34.22

CMYK Percentages of Color #55bc8e

%55
%0
%24
%26

Triadic Colors of #55bc8e

#55bc8e #8e55bc #bc8e55

Analogous Colors of #55bc8e

#55bc8e #55b7bc #55bc5b

Monochromatic Colors of #55bc8e

#55bc8e

Complementary Color

#55bc8e #bc5583

#55bc8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bc8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bc8e Color CSS Codes

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

#55bc8e Text Font Color

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

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


#55bc8e Background Color

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

This div background color is #55bc8e


#55bc8e Border Color

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

This div border color is #55bc8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bc8e


Comments

No comments written yet.

Please login to write comment.