Color Hex Logo

#55daaa Color Hex

#55DAAA
(85,218,170)
0 Favorites   0 Comments

Color spaces of #55daaa

RGB 85218170
HSL0.440.640.59
HSV158°61°85°
CMYK 0.610.000.22   0.15
XYZ36.073454.976446.7404
Yxy54.97640.26180.3990
Hunter Lab74.1461-42.912214.5269
CIE-Lab79.0277-47.592912.9692

#55daaa color RGB value is (85,218,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011010 10101010
Octal 125 332 252
Decimal 85 218 170
Hex 55 DA AA

RGB Percentages of Color #55daaa

%17.97
%46.09
%35.94

CMYK Percentages of Color #55daaa

%61
%0
%22
%15

Triadic Colors of #55daaa

#55daaa #aa55da #daaa55

Analogous Colors of #55daaa

#55daaa #55c8da #55da68

Monochromatic Colors of #55daaa

#55daaa

Complementary Color

#55daaa #da5585

#55daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#55daaa Color CSS Codes

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

#55daaa Text Font Color

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

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


#55daaa Background Color

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

This div background color is #55daaa


#55daaa Border Color

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

This div border color is #55daaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55daaa


Comments

No comments written yet.

Please login to write comment.