Color Hex Logo

#55afdc Color Hex

#55AFDC
(85,175,220)
0 Favorites   0 Comments

Color spaces of #55afdc

RGB 85175220
HSL0.560.660.60
HSV200°61°86°
CMYK 0.610.200.00   0.14
XYZ31.994637.758573.3120
Yxy37.75850.22360.2639
Hunter Lab61.4479-14.5929-27.7238
CIE-Lab67.8422-13.5731-30.7389

#55afdc color RGB value is (85,175,220).

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

The process color (four color CMYK) of #55afdc color hex is 0.61, 0.20, 0.00, 0.14. Web safe color of #55afdc is #6699cc. Color #55afdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101111 11011100
Octal 125 257 334
Decimal 85 175 220
Hex 55 AF DC

RGB Percentages of Color #55afdc

%17.71
%36.46
%45.83

CMYK Percentages of Color #55afdc

%61
%20
%0
%14

Triadic Colors of #55afdc

#55afdc #dc55af #afdc55

Analogous Colors of #55afdc

#55afdc #556cdc #55dcc6

Monochromatic Colors of #55afdc

#55afdc

Complementary Color

#55afdc #dc8255

#55afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#55afdc Color CSS Codes

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

#55afdc Text Font Color

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

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


#55afdc Background Color

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

This div background color is #55afdc


#55afdc Border Color

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

This div border color is #55afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55afdc


Comments

No comments written yet.

Please login to write comment.