Color Hex Logo

#55acdf Color Hex

#55ACDF
(85,172,223)
0 Favorites   0 Comments

Color spaces of #55acdf

RGB 85172223
HSL0.560.680.60
HSV202°62°87°
CMYK 0.620.230.00   0.13
XYZ31.818136.764175.2312
Yxy36.76410.22120.2556
Hunter Lab60.6334-12.4385-31.1210
CIE-Lab67.0997-11.0131-33.5357

#55acdf color RGB value is (85,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101100 11011111
Octal 125 254 337
Decimal 85 172 223
Hex 55 AC DF

RGB Percentages of Color #55acdf

%17.71
%35.83
%46.46

CMYK Percentages of Color #55acdf

%62
%23
%0
%13

Triadic Colors of #55acdf

#55acdf #df55ac #acdf55

Analogous Colors of #55acdf

#55acdf #5567df #55dfcd

Monochromatic Colors of #55acdf

#55acdf

Complementary Color

#55acdf #df8855

#55acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55acdf Color CSS Codes

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

#55acdf Text Font Color

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

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


#55acdf Background Color

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

This div background color is #55acdf


#55acdf Border Color

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

This div border color is #55acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55acdf


Comments

No comments written yet.

Please login to write comment.