Color Hex Logo

#55dacc Color Hex

#55DACC
(85,218,204)
0 Favorites   0 Comments

Color spaces of #55dacc

RGB 85218204
HSL0.480.640.59
HSV174°61°85°
CMYK 0.610.000.06   0.15
XYZ39.716856.433765.9262
Yxy56.43370.24500.3482
Hunter Lab75.1224-37.09210.5537
CIE-Lab79.8600-39.3817-3.9224

#55dacc color RGB value is (85,218,204).

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

The process color (four color CMYK) of #55dacc color hex is 0.61, 0.00, 0.06, 0.15. Web safe color of #55dacc is #66cccc. Color #55dacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011010 11001100
Octal 125 332 314
Decimal 85 218 204
Hex 55 DA CC

RGB Percentages of Color #55dacc

%16.77
%43.00
%40.24

CMYK Percentages of Color #55dacc

%61
%0
%6
%15

Triadic Colors of #55dacc

#55dacc #cc55da #dacc55

Analogous Colors of #55dacc

#55dacc #55a6da #55da8a

Monochromatic Colors of #55dacc

#55dacc

Complementary Color

#55dacc #da5563

#55dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dacc Color CSS Codes

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

#55dacc Text Font Color

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

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


#55dacc Background Color

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

This div background color is #55dacc


#55dacc Border Color

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

This div border color is #55dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dacc


Comments

No comments written yet.

Please login to write comment.