Color Hex Logo

#55adce Color Hex

#55ADCE
(85,173,206)
0 Favorites   0 Comments

Color spaces of #55adce

RGB 85173206
HSL0.550.550.57
HSV196°59°81°
CMYK 0.590.160.00   0.19
XYZ29.830536.274763.8220
Yxy36.27470.22960.2792
Hunter Lab60.2285-16.9908-20.6676
CIE-Lab66.7293-16.8016-24.7420

#55adce color RGB value is (85,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101101 11001110
Octal 125 255 316
Decimal 85 173 206
Hex 55 AD CE

RGB Percentages of Color #55adce

%18.32
%37.28
%44.40

CMYK Percentages of Color #55adce

%59
%16
%0
%19

Triadic Colors of #55adce

#55adce #ce55ad #adce55

Analogous Colors of #55adce

#55adce #5571ce #55ceb3

Monochromatic Colors of #55adce

#55adce

Complementary Color

#55adce #ce7655

#55adce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55adce Color Preview on White Background

Lorem ipsum dolor sit amet.

#55adce Color CSS Codes

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

#55adce Text Font Color

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

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


#55adce Background Color

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

This div background color is #55adce


#55adce Border Color

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

This div border color is #55adce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55adce


Comments

No comments written yet.

Please login to write comment.