Color Hex Logo

#55ceaa Color Hex

#55CEAA
(85,206,170)
0 Favorites   0 Comments

Color spaces of #55ceaa

RGB 85206170
HSL0.450.550.57
HSV162°59°81°
CMYK 0.590.000.17   0.19
XYZ33.073348.976245.7404
Yxy48.97620.25880.3833
Hunter Lab69.9830-38.112810.2366
CIE-Lab75.4365-42.44137.8613

#55ceaa color RGB value is (85,206,170).

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

The process color (four color CMYK) of #55ceaa color hex is 0.59, 0.00, 0.17, 0.19. Web safe color of #55ceaa is #66cc99. Color #55ceaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001110 10101010
Octal 125 316 252
Decimal 85 206 170
Hex 55 CE AA

RGB Percentages of Color #55ceaa

%18.44
%44.69
%36.88

CMYK Percentages of Color #55ceaa

%59
%0
%17
%19

Triadic Colors of #55ceaa

#55ceaa #aa55ce #ceaa55

Analogous Colors of #55ceaa

#55ceaa #55b6ce #55ce6e

Monochromatic Colors of #55ceaa

#55ceaa

Complementary Color

#55ceaa #ce5579

#55ceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ceaa Color CSS Codes

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

#55ceaa Text Font Color

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

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


#55ceaa Background Color

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

This div background color is #55ceaa


#55ceaa Border Color

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

This div border color is #55ceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ceaa


Comments

No comments written yet.

Please login to write comment.