Color Hex Logo

#55beac Color Hex

#55BEAC
(85,190,172)
0 Favorites   0 Comments

Color spaces of #55beac

RGB 85190172
HSL0.470.450.54
HSV170°55°75°
CMYK 0.550.000.09   0.25
XYZ29.606241.736845.5253
Yxy41.73680.25330.3571
Hunter Lab64.6040-31.25553.4422
CIE-Lab70.6891-34.7235-0.0888

#55beac color RGB value is (85,190,172).

#55beac hex color red value is 85, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #55beac hue: 0.47 , saturation: 0.45 and the lightness value of 55beac is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111110 10101100
Octal 125 276 254
Decimal 85 190 172
Hex 55 BE AC

RGB Percentages of Color #55beac

%19.02
%42.51
%38.48

CMYK Percentages of Color #55beac

%55
%0
%9
%25

Triadic Colors of #55beac

#55beac #ac55be #beac55

Analogous Colors of #55beac

#55beac #559cbe #55be78

Monochromatic Colors of #55beac

#55beac

Complementary Color

#55beac #be5567

#55beac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55beac Color Preview on White Background

Lorem ipsum dolor sit amet.

#55beac Color CSS Codes

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

#55beac Text Font Color

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

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


#55beac Background Color

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

This div background color is #55beac


#55beac Border Color

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

This div border color is #55beac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,190,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 #55beac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55beac


Comments

No comments written yet.

Please login to write comment.