Color Hex Logo

#55afdd Color Hex

#55AFDD
(85,175,221)
0 Favorites   0 Comments

Color spaces of #55afdd

RGB 85175221
HSL0.560.670.60
HSV200°62°87°
CMYK 0.620.210.00   0.13
XYZ32.127437.811774.0117
Yxy37.81170.22320.2627
Hunter Lab61.4912-14.3485-28.3184
CIE-Lab67.8816-13.2622-31.2270

#55afdd color RGB value is (85,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101111 11011101
Octal 125 257 335
Decimal 85 175 221
Hex 55 AF DD

RGB Percentages of Color #55afdd

%17.67
%36.38
%45.95

CMYK Percentages of Color #55afdd

%62
%21
%0
%13

Triadic Colors of #55afdd

#55afdd #dd55af #afdd55

Analogous Colors of #55afdd

#55afdd #556bdd #55ddc7

Monochromatic Colors of #55afdd

#55afdd

Complementary Color

#55afdd #dd8355

#55afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#55afdd Color CSS Codes

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

#55afdd Text Font Color

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

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


#55afdd Background Color

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

This div background color is #55afdd


#55afdd Border Color

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

This div border color is #55afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55afdd


Comments

No comments written yet.

Please login to write comment.