Color Hex Logo

#55affa Color Hex

#55AFFA
(85,175,250)
2 Favorites   0 Comments

Color spaces of #55affa

RGB 85175250
HSL0.580.940.66
HSV207°66°98°
CMYK 0.660.300.00   0.02
XYZ36.331639.493496.1506
Yxy39.49340.21130.2296
Hunter Lab62.8438-6.7812-46.7227
CIE-Lab69.1072-3.9704-45.1424

#55affa color RGB value is (85,175,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101111 11111010
Octal 125 257 372
Decimal 85 175 250
Hex 55 AF FA

RGB Percentages of Color #55affa

%16.67
%34.31
%49.02

CMYK Percentages of Color #55affa

%66
%30
%0
%2

Triadic Colors of #55affa

#55affa #fa55af #affa55

Analogous Colors of #55affa

#55affa #555dfa #55faf3

Monochromatic Colors of #55affa

#55affa

Complementary Color

#55affa #faa055

#55affa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55affa Color Preview on White Background

Lorem ipsum dolor sit amet.

#55affa Color CSS Codes

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

#55affa Text Font Color

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

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


#55affa Background Color

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

This div background color is #55affa


#55affa Border Color

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

This div border color is #55affa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55affa


Comments

No comments written yet.

Please login to write comment.