Color Hex Logo

#55bba9 Color Hex

#55BBA9
(85,187,169)
0 Favorites   0 Comments

Color spaces of #55bba9

RGB 85187169
HSL0.470.430.53
HSV169°55°73°
CMYK 0.550.000.10   0.27
XYZ28.678140.336543.8104
Yxy40.33650.25420.3575
Hunter Lab63.5110-30.54353.5590
CIE-Lab69.7085-34.07640.1226

#55bba9 color RGB value is (85,187,169).

#55bba9 hex color red value is 85, green value is 187 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #55bba9 hue: 0.47 , saturation: 0.43 and the lightness value of 55bba9 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111011 10101001
Octal 125 273 251
Decimal 85 187 169
Hex 55 BB A9

RGB Percentages of Color #55bba9

%19.27
%42.40
%38.32

CMYK Percentages of Color #55bba9

%55
%0
%10
%27

Triadic Colors of #55bba9

#55bba9 #a955bb #bba955

Analogous Colors of #55bba9

#55bba9 #559abb #55bb76

Monochromatic Colors of #55bba9

#55bba9

Complementary Color

#55bba9 #bb5567

#55bba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bba9 Color CSS Codes

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

#55bba9 Text Font Color

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

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


#55bba9 Background Color

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

This div background color is #55bba9


#55bba9 Border Color

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

This div border color is #55bba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bba9


Comments

No comments written yet.

Please login to write comment.