Color Hex Logo

#55fabe Color Hex

#55FABE
(85,250,190)
0 Favorites   0 Comments

Color spaces of #55fabe

RGB 85250190
HSL0.440.940.66
HSV158°66°98°
CMYK 0.660.000.24   0.02
XYZ47.226274.020260.5135
Yxy74.02020.25980.4072
Hunter Lab86.0350-52.579318.5223
CIE-Lab88.9320-56.272216.4824

#55fabe color RGB value is (85,250,190).

#55fabe hex color red value is 85, green value is 250 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #55fabe hue: 0.44 , saturation: 0.94 and the lightness value of 55fabe is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111010 10111110
Octal 125 372 276
Decimal 85 250 190
Hex 55 FA BE

RGB Percentages of Color #55fabe

%16.19
%47.62
%36.19

CMYK Percentages of Color #55fabe

%66
%0
%24
%2

Triadic Colors of #55fabe

#55fabe #be55fa #fabe55

Analogous Colors of #55fabe

#55fabe #55e4fa #55fa6c

Monochromatic Colors of #55fabe

#55fabe

Complementary Color

#55fabe #fa5591

#55fabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55fabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#55fabe Color CSS Codes

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

#55fabe Text Font Color

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

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


#55fabe Background Color

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

This div background color is #55fabe


#55fabe Border Color

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

This div border color is #55fabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55fabe


Comments

No comments written yet.

Please login to write comment.