Color Hex Logo

#55eaab Color Hex

#55EAAB
(85,234,171)
0 Favorites   0 Comments

Color spaces of #55eaab

RGB 85234171
HSL0.430.780.63
HSV155°64°92°
CMYK 0.640.000.27   0.08
XYZ40.519863.717248.6911
Yxy63.71720.26500.4166
Hunter Lab79.8231-49.080119.7100
CIE-Lab83.8183-53.940919.1586

#55eaab color RGB value is (85,234,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101010 10101011
Octal 125 352 253
Decimal 85 234 171
Hex 55 EA AB

RGB Percentages of Color #55eaab

%17.35
%47.76
%34.90

CMYK Percentages of Color #55eaab

%64
%0
%27
%8

Triadic Colors of #55eaab

#55eaab #ab55ea #eaab55

Analogous Colors of #55eaab

#55eaab #55dfea #55ea61

Monochromatic Colors of #55eaab

#55eaab

Complementary Color

#55eaab #ea5594

#55eaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55eaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#55eaab Color CSS Codes

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

#55eaab Text Font Color

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

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


#55eaab Background Color

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

This div background color is #55eaab


#55eaab Border Color

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

This div border color is #55eaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55eaab


Comments

No comments written yet.

Please login to write comment.