Color Hex Logo

#55adcc Color Hex

#55ADCC
(85,173,204)
0 Favorites   0 Comments

Color spaces of #55adcc

RGB 85173204
HSL0.540.540.57
HSV196°58°80°
CMYK 0.580.150.00   0.20
XYZ29.589036.178162.5503
Yxy36.17810.23060.2819
Hunter Lab60.1482-17.4491-19.5540
CIE-Lab66.6558-17.4043-23.7495

#55adcc color RGB value is (85,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101101 11001100
Octal 125 255 314
Decimal 85 173 204
Hex 55 AD CC

RGB Percentages of Color #55adcc

%18.40
%37.45
%44.16

CMYK Percentages of Color #55adcc

%58
%15
%0
%20

Triadic Colors of #55adcc

#55adcc #cc55ad #adcc55

Analogous Colors of #55adcc

#55adcc #5572cc #55ccb0

Monochromatic Colors of #55adcc

#55adcc

Complementary Color

#55adcc #cc7455

#55adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#55adcc Color CSS Codes

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

#55adcc Text Font Color

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

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


#55adcc Background Color

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

This div background color is #55adcc


#55adcc Border Color

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

This div border color is #55adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55adcc


Comments

No comments written yet.

Please login to write comment.