Color Hex Logo

#559cae Color Hex

#559CAE
(85,156,174)
0 Favorites   0 Comments

Color spaces of #559cae

RGB 85156174
HSL0.530.350.51
HSV192°51°68°
CMYK 0.510.100.00   0.32
XYZ23.274828.764244.3697
Yxy28.76420.24140.2984
Hunter Lab53.6323-16.3928-11.5077
CIE-Lab60.5730-17.2421-16.2541

#559cae color RGB value is (85,156,174).

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

The process color (four color CMYK) of #559cae color hex is 0.51, 0.10, 0.00, 0.32. Web safe color of #559cae is #669999. Color #559cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011100 10101110
Octal 125 234 256
Decimal 85 156 174
Hex 55 9C AE

RGB Percentages of Color #559cae

%20.48
%37.59
%41.93

CMYK Percentages of Color #559cae

%51
%10
%0
%32

Triadic Colors of #559cae

#559cae #ae559c #9cae55

Analogous Colors of #559cae

#559cae #5570ae #55ae94

Monochromatic Colors of #559cae

#559cae

Complementary Color

#559cae #ae6755

#559cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#559cae Color CSS Codes

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

#559cae Text Font Color

<p style="color:#559cae">Text here</p>

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


#559cae Background Color

<div style="background-color:#559cae">
Div content here</div>

This div background color is #559cae


#559cae Border Color

<div style="border:3px solid #559cae">
Div here</div>

This div border color is #559cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559cae


Comments

No comments written yet.

Please login to write comment.