Color Hex Logo

#55aade Color Hex

#55AADE
(85,170,222)
0 Favorites   0 Comments

Color spaces of #55aade

RGB 85170222
HSL0.560.670.60
HSV203°62°87°
CMYK 0.620.230.00   0.13
XYZ31.305935.954774.3972
Yxy35.95470.22100.2538
Hunter Lab59.9622-11.7402-31.5896
CIE-Lab66.4853-10.2379-33.9392

#55aade color RGB value is (85,170,222).

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

The process color (four color CMYK) of #55aade color hex is 0.62, 0.23, 0.00, 0.13. Web safe color of #55aade is #6699cc. Color #55aade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101010 11011110
Octal 125 252 336
Decimal 85 170 222
Hex 55 AA DE

RGB Percentages of Color #55aade

%17.82
%35.64
%46.54

CMYK Percentages of Color #55aade

%62
%23
%0
%13

Triadic Colors of #55aade

#55aade #de55aa #aade55

Analogous Colors of #55aade

#55aade #5566de #55dece

Monochromatic Colors of #55aade

#55aade

Complementary Color

#55aade #de8955

#55aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#55aade Color CSS Codes

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

#55aade Text Font Color

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

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


#55aade Background Color

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

This div background color is #55aade


#55aade Border Color

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

This div border color is #55aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55aade


Comments

No comments written yet.

Please login to write comment.