Color Hex Logo

#55acfa Color Hex

#55ACFA
(85,172,250)
0 Favorites   0 Comments

Color spaces of #55acfa

RGB 85172250
HSL0.580.940.66
HSV208°66°98°
CMYK 0.660.310.00   0.02
XYZ35.754238.338595.9581
Yxy38.33850.21030.2255
Hunter Lab61.9181-5.2830-48.5425
CIE-Lab68.2694-2.2918-46.4588

#55acfa color RGB value is (85,172,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101100 11111010
Octal 125 254 372
Decimal 85 172 250
Hex 55 AC FA

RGB Percentages of Color #55acfa

%16.77
%33.93
%49.31

CMYK Percentages of Color #55acfa

%66
%31
%0
%2

Triadic Colors of #55acfa

#55acfa #fa55ac #acfa55

Analogous Colors of #55acfa

#55acfa #555afa #55faf6

Monochromatic Colors of #55acfa

#55acfa

Complementary Color

#55acfa #faa355

#55acfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55acfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#55acfa Color CSS Codes

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

#55acfa Text Font Color

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

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


#55acfa Background Color

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

This div background color is #55acfa


#55acfa Border Color

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

This div border color is #55acfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55acfa

Related Colors


Comments

No comments written yet.

Please login to write comment.