Color Hex Logo

#55aebe Color Hex

#55AEBE
(85,174,190)
0 Favorites   0 Comments

Color spaces of #55aebe

RGB 85174190
HSL0.530.450.54
HSV189°55°75°
CMYK 0.550.080.00   0.25
XYZ28.176635.921154.1636
Yxy35.92110.23830.3037
Hunter Lab59.9342-20.9675-11.6275
CIE-Lab66.4596-22.0387-16.2978

#55aebe color RGB value is (85,174,190).

#55aebe hex color red value is 85, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #55aebe hue: 0.53 , saturation: 0.45 and the lightness value of 55aebe is 0.54.

The process color (four color CMYK) of #55aebe color hex is 0.55, 0.08, 0.00, 0.25. Web safe color of #55aebe is #6699cc. Color #55aebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101110 10111110
Octal 125 256 276
Decimal 85 174 190
Hex 55 AE BE

RGB Percentages of Color #55aebe

%18.93
%38.75
%42.32

CMYK Percentages of Color #55aebe

%55
%8
%0
%25

Triadic Colors of #55aebe

#55aebe #be55ae #aebe55

Analogous Colors of #55aebe

#55aebe #557abe #55be9a

Monochromatic Colors of #55aebe

#55aebe

Complementary Color

#55aebe #be6555

#55aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#55aebe Color CSS Codes

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

#55aebe Text Font Color

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

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


#55aebe Background Color

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

This div background color is #55aebe


#55aebe Border Color

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

This div border color is #55aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55aebe


Comments

No comments written yet.

Please login to write comment.