Color Hex Logo

#55aedb Color Hex

#55AEDB
(85,174,219)
0 Favorites   0 Comments

Color spaces of #55aedb

RGB 85174219
HSL0.560.650.60
HSV200°61°86°
CMYK 0.610.210.00   0.14
XYZ31.668537.317972.5518
Yxy37.31790.22370.2637
Hunter Lab61.0884-14.3694-27.6541
CIE-Lab67.5149-13.3476-30.6954

#55aedb color RGB value is (85,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101110 11011011
Octal 125 256 333
Decimal 85 174 219
Hex 55 AE DB

RGB Percentages of Color #55aedb

%17.78
%36.40
%45.82

CMYK Percentages of Color #55aedb

%61
%21
%0
%14

Triadic Colors of #55aedb

#55aedb #db55ae #aedb55

Analogous Colors of #55aedb

#55aedb #556bdb #55dbc5

Monochromatic Colors of #55aedb

#55aedb

Complementary Color

#55aedb #db8255

#55aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#55aedb Color CSS Codes

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

#55aedb Text Font Color

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

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


#55aedb Background Color

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

This div background color is #55aedb


#55aedb Border Color

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

This div border color is #55aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55aedb


Comments

No comments written yet.

Please login to write comment.