Color Hex Logo

#55afde Color Hex

#55AFDE
(85,175,222)
0 Favorites   0 Comments

Color spaces of #55afde

RGB 85175222
HSL0.560.670.60
HSV201°62°87°
CMYK 0.620.210.00   0.13
XYZ32.261137.865274.7156
Yxy37.86520.22270.2614
Hunter Lab61.5347-14.1027-28.9158
CIE-Lab67.9211-12.9501-31.7145

#55afde color RGB value is (85,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101111 11011110
Octal 125 257 336
Decimal 85 175 222
Hex 55 AF DE

RGB Percentages of Color #55afde

%17.63
%36.31
%46.06

CMYK Percentages of Color #55afde

%62
%21
%0
%13

Triadic Colors of #55afde

#55afde #de55af #afde55

Analogous Colors of #55afde

#55afde #556bde #55dec9

Monochromatic Colors of #55afde

#55afde

Complementary Color

#55afde #de8455

#55afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#55afde Color CSS Codes

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

#55afde Text Font Color

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

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


#55afde Background Color

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

This div background color is #55afde


#55afde Border Color

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

This div border color is #55afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55afde


Comments

No comments written yet.

Please login to write comment.