Color Hex Logo

#55abdd Color Hex

#55ABDD
(85,171,221)
0 Favorites   0 Comments

Color spaces of #55abdd

RGB 85171221
HSL0.560.670.60
HSV202°62°87°
CMYK 0.620.230.00   0.13
XYZ31.360436.277673.7560
Yxy36.27760.22180.2566
Hunter Lab60.2309-12.4645-30.4422
CIE-Lab66.7315-11.0988-33.0072

#55abdd color RGB value is (85,171,221).

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

The process color (four color CMYK) of #55abdd color hex is 0.62, 0.23, 0.00, 0.13. Web safe color of #55abdd is #6699cc. Color #55abdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101011 11011101
Octal 125 253 335
Decimal 85 171 221
Hex 55 AB DD

RGB Percentages of Color #55abdd

%17.82
%35.85
%46.33

CMYK Percentages of Color #55abdd

%62
%23
%0
%13

Triadic Colors of #55abdd

#55abdd #dd55ab #abdd55

Analogous Colors of #55abdd

#55abdd #5567dd #55ddcb

Monochromatic Colors of #55abdd

#55abdd

Complementary Color

#55abdd #dd8755

#55abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#55abdd Color CSS Codes

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

#55abdd Text Font Color

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

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


#55abdd Background Color

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

This div background color is #55abdd


#55abdd Border Color

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

This div border color is #55abdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55abdd


Comments

No comments written yet.

Please login to write comment.