Color Hex Logo

#55afcc Color Hex

#55AFCC
(85,175,204)
0 Favorites   0 Comments

Color spaces of #55afcc

RGB 85175204
HSL0.540.540.57
HSV195°58°80°
CMYK 0.580.140.00   0.20
XYZ29.975436.950962.6791
Yxy36.95090.23130.2851
Hunter Lab60.7873-18.3558-18.5842
CIE-Lab67.2402-18.4545-22.8560

#55afcc color RGB value is (85,175,204).

#55afcc hex color red value is 85, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #55afcc hue: 0.54 , saturation: 0.54 and the lightness value of 55afcc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101111 11001100
Octal 125 257 314
Decimal 85 175 204
Hex 55 AF CC

RGB Percentages of Color #55afcc

%18.32
%37.72
%43.97

CMYK Percentages of Color #55afcc

%58
%14
%0
%20

Triadic Colors of #55afcc

#55afcc #cc55af #afcc55

Analogous Colors of #55afcc

#55afcc #5574cc #55ccae

Monochromatic Colors of #55afcc

#55afcc

Complementary Color

#55afcc #cc7255

#55afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#55afcc Color CSS Codes

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

#55afcc Text Font Color

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

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


#55afcc Background Color

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

This div background color is #55afcc


#55afcc Border Color

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

This div border color is #55afcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55afcc


Comments

No comments written yet.

Please login to write comment.