Color Hex Logo

#55adcd Color Hex

#55ADCD
(85,173,205)
0 Favorites   0 Comments

Color spaces of #55adcd

RGB 85173205
HSL0.540.550.57
HSV196°59°80°
CMYK 0.590.160.00   0.20
XYZ29.709336.226263.1841
Yxy36.22620.23010.2806
Hunter Lab60.1882-17.2206-20.1094
CIE-Lab66.6924-17.1035-24.2461

#55adcd color RGB value is (85,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101101 11001101
Octal 125 255 315
Decimal 85 173 205
Hex 55 AD CD

RGB Percentages of Color #55adcd

%18.36
%37.37
%44.28

CMYK Percentages of Color #55adcd

%59
%16
%0
%20

Triadic Colors of #55adcd

#55adcd #cd55ad #adcd55

Analogous Colors of #55adcd

#55adcd #5571cd #55cdb1

Monochromatic Colors of #55adcd

#55adcd

Complementary Color

#55adcd #cd7555

#55adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#55adcd Color CSS Codes

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

#55adcd Text Font Color

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

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


#55adcd Background Color

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

This div background color is #55adcd


#55adcd Border Color

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

This div border color is #55adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55adcd


Comments

No comments written yet.

Please login to write comment.