Color Hex Logo

#55aedf Color Hex

#55AEDF
(85,174,223)
0 Favorites   0 Comments

Color spaces of #55aedf

RGB 85174223
HSL0.560.680.60
HSV201°62°87°
CMYK 0.620.220.00   0.13
XYZ32.201637.531175.3591
Yxy37.53110.22190.2587
Hunter Lab61.2626-13.3843-30.0487
CIE-Lab67.6736-12.0977-32.6463

#55aedf color RGB value is (85,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101110 11011111
Octal 125 256 337
Decimal 85 174 223
Hex 55 AE DF

RGB Percentages of Color #55aedf

%17.63
%36.10
%46.27

CMYK Percentages of Color #55aedf

%62
%22
%0
%13

Triadic Colors of #55aedf

#55aedf #df55ae #aedf55

Analogous Colors of #55aedf

#55aedf #5569df #55dfcb

Monochromatic Colors of #55aedf

#55aedf

Complementary Color

#55aedf #df8655

#55aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55aedf Color CSS Codes

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

#55aedf Text Font Color

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

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


#55aedf Background Color

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

This div background color is #55aedf


#55aedf Border Color

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

This div border color is #55aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55aedf


Comments

No comments written yet.

Please login to write comment.