Color Hex Logo

#55eeaa Color Hex

#55EEAA
(85,238,170)
1 Favorites   0 Comments

Color spaces of #55eeaa

RGB 85238170
HSL0.430.820.63
HSV153°64°93°
CMYK 0.640.000.29   0.07
XYZ41.576565.982648.5748
Yxy65.98260.26630.4226
Hunter Lab81.2297-50.788721.4058
CIE-Lab84.9875-55.737521.2964

#55eeaa color RGB value is (85,238,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101110 10101010
Octal 125 356 252
Decimal 85 238 170
Hex 55 EE AA

RGB Percentages of Color #55eeaa

%17.24
%48.28
%34.48

CMYK Percentages of Color #55eeaa

%64
%0
%29
%7

Triadic Colors of #55eeaa

#55eeaa #aa55ee #eeaa55

Analogous Colors of #55eeaa

#55eeaa #55e6ee #55ee5e

Monochromatic Colors of #55eeaa

#55eeaa

Complementary Color

#55eeaa #ee5599

#55eeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55eeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#55eeaa Color CSS Codes

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

#55eeaa Text Font Color

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

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


#55eeaa Background Color

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

This div background color is #55eeaa


#55eeaa Border Color

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

This div border color is #55eeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55eeaa


Comments

No comments written yet.

Please login to write comment.