Color Hex Logo

#55fbaa Color Hex

#55FBAA
(85,251,170)
0 Favorites   0 Comments

Color spaces of #55fbaa

RGB 85251170
HSL0.420.950.66
HSV151°66°98°
CMYK 0.660.000.32   0.02
XYZ45.499273.827949.8824
Yxy73.82790.26890.4363
Hunter Lab85.9232-55.843825.7256
CIE-Lab88.8411-60.767626.5813

#55fbaa color RGB value is (85,251,170).

#55fbaa hex color red value is 85, green value is 251 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #55fbaa hue: 0.42 , saturation: 0.95 and the lightness value of 55fbaa is 0.66.

The process color (four color CMYK) of #55fbaa color hex is 0.66, 0.00, 0.32, 0.02. Web safe color of #55fbaa is #66ff99. Color #55fbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111011 10101010
Octal 125 373 252
Decimal 85 251 170
Hex 55 FB AA

RGB Percentages of Color #55fbaa

%16.80
%49.60
%33.60

CMYK Percentages of Color #55fbaa

%66
%0
%32
%2

Triadic Colors of #55fbaa

#55fbaa #aa55fb #fbaa55

Analogous Colors of #55fbaa

#55fbaa #55f9fb #55fb57

Monochromatic Colors of #55fbaa

#55fbaa

Complementary Color

#55fbaa #fb55a6

#55fbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55fbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#55fbaa Color CSS Codes

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

#55fbaa Text Font Color

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

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


#55fbaa Background Color

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

This div background color is #55fbaa


#55fbaa Border Color

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

This div border color is #55fbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55fbaa


Comments

No comments written yet.

Please login to write comment.