Color Hex Logo

#55aede Color Hex

#55AEDE
(85,174,222)
0 Favorites   0 Comments

Color spaces of #55aede

RGB 85174222
HSL0.560.670.60
HSV201°62°87°
CMYK 0.620.220.00   0.13
XYZ32.067237.477374.6510
Yxy37.47730.22240.2599
Hunter Lab61.2187-13.6320-29.4460
CIE-Lab67.6336-12.4108-32.1594

#55aede color RGB value is (85,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101110 11011110
Octal 125 256 336
Decimal 85 174 222
Hex 55 AE DE

RGB Percentages of Color #55aede

%17.67
%36.17
%46.15

CMYK Percentages of Color #55aede

%62
%22
%0
%13

Triadic Colors of #55aede

#55aede #de55ae #aede55

Analogous Colors of #55aede

#55aede #556ade #55deca

Monochromatic Colors of #55aede

#55aede

Complementary Color

#55aede #de8555

#55aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#55aede Color CSS Codes

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

#55aede Text Font Color

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

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


#55aede Background Color

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

This div background color is #55aede


#55aede Border Color

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

This div border color is #55aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55aede

#55aede Color Palettes


Comments

No comments written yet.

Please login to write comment.