Color Hex Logo

#55acda Color Hex

#55ACDA
(85,172,218)
0 Favorites   0 Comments

Color spaces of #55acda

RGB 85172218
HSL0.560.640.59
HSV201°61°85°
CMYK 0.610.210.00   0.15
XYZ31.153736.498371.7326
Yxy36.49830.22350.2619
Hunter Lab60.4138-13.6768-28.1085
CIE-Lab66.8989-12.5813-31.0974

#55acda color RGB value is (85,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101100 11011010
Octal 125 254 332
Decimal 85 172 218
Hex 55 AC DA

RGB Percentages of Color #55acda

%17.89
%36.21
%45.89

CMYK Percentages of Color #55acda

%61
%21
%0
%15

Triadic Colors of #55acda

#55acda #da55ac #acda55

Analogous Colors of #55acda

#55acda #556ada #55dac6

Monochromatic Colors of #55acda

#55acda

Complementary Color

#55acda #da8355

#55acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#55acda Color CSS Codes

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

#55acda Text Font Color

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

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


#55acda Background Color

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

This div background color is #55acda


#55acda Border Color

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

This div border color is #55acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55acda


Comments

No comments written yet.

Please login to write comment.