Color Hex Logo

#55abae Color Hex

#55ABAE
(85,171,174)
0 Favorites   0 Comments

Color spaces of #55abae

RGB 85171174
HSL0.510.350.51
HSV182°51°68°
CMYK 0.510.020.00   0.32
XYZ25.949234.113145.2612
Yxy34.11310.24640.3239
Hunter Lab58.4064-22.9060-5.0614
CIE-Lab65.0522-24.9997-9.5177

#55abae color RGB value is (85,171,174).

#55abae hex color red value is 85, green value is 171 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #55abae hue: 0.51 , saturation: 0.35 and the lightness value of 55abae is 0.51.

The process color (four color CMYK) of #55abae color hex is 0.51, 0.02, 0.00, 0.32. Web safe color of #55abae is #669999. Color #55abae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101011 10101110
Octal 125 253 256
Decimal 85 171 174
Hex 55 AB AE

RGB Percentages of Color #55abae

%19.77
%39.77
%40.47

CMYK Percentages of Color #55abae

%51
%2
%0
%32

Triadic Colors of #55abae

#55abae #ae55ab #abae55

Analogous Colors of #55abae

#55abae #557fae #55ae85

Monochromatic Colors of #55abae

#55abae

Complementary Color

#55abae #ae5855

#55abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#55abae Color CSS Codes

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

#55abae Text Font Color

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

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


#55abae Background Color

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

This div background color is #55abae


#55abae Border Color

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

This div border color is #55abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55abae


Comments

No comments written yet.

Please login to write comment.