Color Hex Logo

#55a3fa Color Hex

#55A3FA
(85,163,250)
0 Favorites   0 Comments

Color spaces of #55a3fa

RGB 85163250
HSL0.590.940.66
HSV212°66°98°
CMYK 0.660.350.00   0.02
XYZ34.098835.027895.4063
Yxy35.02780.20720.2129
Hunter Lab59.1843-0.7304-54.1477
CIE-Lab65.77032.8214-50.3993

#55a3fa color RGB value is (85,163,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10100011 11111010
Octal 125 243 372
Decimal 85 163 250
Hex 55 A3 FA

RGB Percentages of Color #55a3fa

%17.07
%32.73
%50.20

CMYK Percentages of Color #55a3fa

%66
%35
%0
%2

Triadic Colors of #55a3fa

#55a3fa #fa55a3 #a3fa55

Analogous Colors of #55a3fa

#55a3fa #5955fa #55f6fa

Monochromatic Colors of #55a3fa

#55a3fa

Complementary Color

#55a3fa #faac55

#55a3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55a3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#55a3fa Color CSS Codes

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

#55a3fa Text Font Color

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

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


#55a3fa Background Color

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

This div background color is #55a3fa


#55a3fa Border Color

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

This div border color is #55a3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55a3fa


Comments

No comments written yet.

Please login to write comment.