Color Hex Logo

#55abdb Color Hex

#55ABDB
(85,171,219)
0 Favorites   0 Comments

Color spaces of #55abdb

RGB 85171219
HSL0.560.650.60
HSV201°61°86°
CMYK 0.610.220.00   0.14
XYZ31.095436.171672.3607
Yxy36.17160.22270.2591
Hunter Lab60.1428-12.9608-29.2346
CIE-Lab66.6508-11.7271-32.0316

#55abdb color RGB value is (85,171,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101011 11011011
Octal 125 253 333
Decimal 85 171 219
Hex 55 AB DB

RGB Percentages of Color #55abdb

%17.89
%36.00
%46.11

CMYK Percentages of Color #55abdb

%61
%22
%0
%14

Triadic Colors of #55abdb

#55abdb #db55ab #abdb55

Analogous Colors of #55abdb

#55abdb #5568db #55dbc8

Monochromatic Colors of #55abdb

#55abdb

Complementary Color

#55abdb #db8555

#55abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#55abdb Color CSS Codes

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

#55abdb Text Font Color

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

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


#55abdb Background Color

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

This div background color is #55abdb


#55abdb Border Color

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

This div border color is #55abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55abdb


Comments

No comments written yet.

Please login to write comment.