Color Hex Logo

#55eaaa Color Hex

#55EAAA
(85,234,170)
0 Favorites   0 Comments

Color spaces of #55eaaa

RGB 85234170
HSL0.430.780.63
HSV154°64°92°
CMYK 0.640.000.27   0.08
XYZ40.424863.679248.1909
Yxy63.67920.26540.4181
Hunter Lab79.7992-49.223920.0541
CIE-Lab83.7985-54.149619.6499

#55eaaa color RGB value is (85,234,170).

#55eaaa hex color red value is 85, green value is 234 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #55eaaa hue: 0.43 , saturation: 0.78 and the lightness value of 55eaaa is 0.63.

The process color (four color CMYK) of #55eaaa color hex is 0.64, 0.00, 0.27, 0.08. Web safe color of #55eaaa is #66ff99. Color #55eaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101010 10101010
Octal 125 352 252
Decimal 85 234 170
Hex 55 EA AA

RGB Percentages of Color #55eaaa

%17.38
%47.85
%34.76

CMYK Percentages of Color #55eaaa

%64
%0
%27
%8

Triadic Colors of #55eaaa

#55eaaa #aa55ea #eaaa55

Analogous Colors of #55eaaa

#55eaaa #55e0ea #55ea60

Monochromatic Colors of #55eaaa

#55eaaa

Complementary Color

#55eaaa #ea5595

#55eaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55eaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#55eaaa Color CSS Codes

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

#55eaaa Text Font Color

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

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


#55eaaa Background Color

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

This div background color is #55eaaa


#55eaaa Border Color

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

This div border color is #55eaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55eaaa


Comments

No comments written yet.

Please login to write comment.