Color Hex Logo

#55aaff Color Hex

#55AAFF
(85,170,255)
2 Favorites   0 Comments

Color spaces of #55aaff

RGB 85170255
HSL0.581.000.67
HSV210°67°100°
CMYK 0.670.330.00   0.00
XYZ36.171037.9007100.0169
Yxy37.90070.20780.2177
Hunter Lab61.5635-2.8604-53.2288
CIE-Lab67.94740.4933-49.6803

#55aaff color RGB value is (85,170,255).

#55aaff hex color red value is 85, green value is 170 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #55aaff hue: 0.58 , saturation: 1.00 and the lightness value of 55aaff is 0.67.

The process color (four color CMYK) of #55aaff color hex is 0.67, 0.33, 0.00, 0.00. Web safe color of #55aaff is #6699ff. Color #55aaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101010 11111111
Octal 125 252 377
Decimal 85 170 255
Hex 55 AA FF

RGB Percentages of Color #55aaff

%16.67
%33.33
%50.00

CMYK Percentages of Color #55aaff

%67
%33
%0
%0

Triadic Colors of #55aaff

#55aaff #ff55aa #aaff55

Analogous Colors of #55aaff

#55aaff #5555ff #55ffff

Monochromatic Colors of #55aaff

#55aaff

Complementary Color

#55aaff #ffaa55

#55aaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55aaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#55aaff Color CSS Codes

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

#55aaff Text Font Color

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

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


#55aaff Background Color

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

This div background color is #55aaff


#55aaff Border Color

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

This div border color is #55aaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55aaff

Related Colors


Comments

No comments written yet.

Please login to write comment.