Color Hex Logo

#55acae Color Hex

#55ACAE
(85,172,174)
0 Favorites   0 Comments

Color spaces of #55acae

RGB 85172174
HSL0.500.350.51
HSV181°51°68°
CMYK 0.510.010.00   0.32
XYZ26.138834.492345.3244
Yxy34.49230.24670.3255
Hunter Lab58.7301-23.3334-4.6454
CIE-Lab65.3515-25.5014-9.0712

#55acae color RGB value is (85,172,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101100 10101110
Octal 125 254 256
Decimal 85 172 174
Hex 55 AC AE

RGB Percentages of Color #55acae

%19.72
%39.91
%40.37

CMYK Percentages of Color #55acae

%51
%1
%0
%32

Triadic Colors of #55acae

#55acae #ae55ac #acae55

Analogous Colors of #55acae

#55acae #5580ae #55ae84

Monochromatic Colors of #55acae

#55acae

Complementary Color

#55acae #ae5755

#55acae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55acae Color Preview on White Background

Lorem ipsum dolor sit amet.

#55acae Color CSS Codes

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

#55acae Text Font Color

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

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


#55acae Background Color

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

This div background color is #55acae


#55acae Border Color

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

This div border color is #55acae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55acae


Comments

No comments written yet.

Please login to write comment.