Color Hex Logo

#55caaa Color Hex

#55CAAA
(85,202,170)
0 Favorites   0 Comments

Color spaces of #55caaa

RGB 85202170
HSL0.450.520.56
HSV164°58°79°
CMYK 0.580.000.16   0.21
XYZ32.122547.074645.4235
Yxy47.07460.25780.3777
Hunter Lab68.6109-36.49848.7750
CIE-Lab74.2375-40.67586.1407

#55caaa color RGB value is (85,202,170).

#55caaa hex color red value is 85, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #55caaa hue: 0.45 , saturation: 0.52 and the lightness value of 55caaa is 0.56.

The process color (four color CMYK) of #55caaa color hex is 0.58, 0.00, 0.16, 0.21. Web safe color of #55caaa is #66cc99. Color #55caaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001010 10101010
Octal 125 312 252
Decimal 85 202 170
Hex 55 CA AA

RGB Percentages of Color #55caaa

%18.60
%44.20
%37.20

CMYK Percentages of Color #55caaa

%58
%0
%16
%21

Triadic Colors of #55caaa

#55caaa #aa55ca #caaa55

Analogous Colors of #55caaa

#55caaa #55b0ca #55ca70

Monochromatic Colors of #55caaa

#55caaa

Complementary Color

#55caaa #ca5575

#55caaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55caaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#55caaa Color CSS Codes

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

#55caaa Text Font Color

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

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


#55caaa Background Color

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

This div background color is #55caaa


#55caaa Border Color

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

This div border color is #55caaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55caaa


Comments

No comments written yet.

Please login to write comment.