Color Hex Logo

#55aedd Color Hex

#55AEDD
(85,174,221)
0 Favorites   0 Comments

Color spaces of #55aedd

RGB 85174221
HSL0.560.670.60
HSV201°62°87°
CMYK 0.620.210.00   0.13
XYZ31.933537.423973.9471
Yxy37.42390.22280.2611
Hunter Lab61.1751-13.8791-28.8459
CIE-Lab67.5939-12.7240-31.6719

#55aedd color RGB value is (85,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101110 11011101
Octal 125 256 335
Decimal 85 174 221
Hex 55 AE DD

RGB Percentages of Color #55aedd

%17.71
%36.25
%46.04

CMYK Percentages of Color #55aedd

%62
%21
%0
%13

Triadic Colors of #55aedd

#55aedd #dd55ae #aedd55

Analogous Colors of #55aedd

#55aedd #556add #55ddc8

Monochromatic Colors of #55aedd

#55aedd

Complementary Color

#55aedd #dd8455

#55aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#55aedd Color CSS Codes

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

#55aedd Text Font Color

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

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


#55aedd Background Color

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

This div background color is #55aedd


#55aedd Border Color

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

This div border color is #55aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55aedd


Comments

No comments written yet.

Please login to write comment.