Color Hex Logo

#55ecac Color Hex

#55ECAC
(85,236,172)
0 Favorites   0 Comments

Color spaces of #55ecac

RGB 85236172
HSL0.430.800.63
HSV155°64°93°
CMYK 0.640.000.27   0.07
XYZ41.188264.900849.3860
Yxy64.90080.26490.4174
Hunter Lab80.5610-49.720620.0464
CIE-Lab84.4326-54.530819.4936

#55ecac color RGB value is (85,236,172).

#55ecac hex color red value is 85, green value is 236 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #55ecac hue: 0.43 , saturation: 0.80 and the lightness value of 55ecac is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101100 10101100
Octal 125 354 254
Decimal 85 236 172
Hex 55 EC AC

RGB Percentages of Color #55ecac

%17.24
%47.87
%34.89

CMYK Percentages of Color #55ecac

%64
%0
%27
%7

Triadic Colors of #55ecac

#55ecac #ac55ec #ecac55

Analogous Colors of #55ecac

#55ecac #55e1ec #55ec60

Monochromatic Colors of #55ecac

#55ecac

Complementary Color

#55ecac #ec5595

#55ecac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ecac Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ecac Color CSS Codes

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

#55ecac Text Font Color

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

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


#55ecac Background Color

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

This div background color is #55ecac


#55ecac Border Color

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

This div border color is #55ecac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ecac


Comments

No comments written yet.

Please login to write comment.