Color Hex Logo

#55abfa Color Hex

#55ABFA
(85,171,250)
0 Favorites   0 Comments

Color spaces of #55abfa

RGB 85171250
HSL0.580.940.66
HSV209°66°98°
CMYK 0.660.320.00   0.02
XYZ35.564537.959295.8949
Yxy37.95920.20990.2241
Hunter Lab61.6110-4.7816-49.1546
CIE-Lab67.9905-1.7294-46.8974

#55abfa color RGB value is (85,171,250).

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

The process color (four color CMYK) of #55abfa color hex is 0.66, 0.32, 0.00, 0.02. Web safe color of #55abfa is #6699ff. Color #55abfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101011 11111010
Octal 125 253 372
Decimal 85 171 250
Hex 55 AB FA

RGB Percentages of Color #55abfa

%16.80
%33.79
%49.41

CMYK Percentages of Color #55abfa

%66
%32
%0
%2

Triadic Colors of #55abfa

#55abfa #fa55ab #abfa55

Analogous Colors of #55abfa

#55abfa #5559fa #55faf7

Monochromatic Colors of #55abfa

#55abfa

Complementary Color

#55abfa #faa455

#55abfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55abfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#55abfa Color CSS Codes

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

#55abfa Text Font Color

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

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


#55abfa Background Color

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

This div background color is #55abfa


#55abfa Border Color

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

This div border color is #55abfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55abfa


Comments

No comments written yet.

Please login to write comment.