Color Hex Logo

#539aae Color Hex

#539AAE
(83,154,174)
0 Favorites   0 Comments

Color spaces of #539aae

RGB 83154174
HSL0.540.360.50
HSV193°52°68°
CMYK 0.520.110.00   0.32
XYZ22.762928.006244.2504
Yxy28.00620.23960.2947
Hunter Lab52.9209-15.8332-12.5314
CIE-Lab59.8943-16.6273-17.2911

#539aae color RGB value is (83,154,174).

#539aae hex color red value is 83, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #539aae hue: 0.54 , saturation: 0.36 and the lightness value of 539aae is 0.50.

The process color (four color CMYK) of #539aae color hex is 0.52, 0.11, 0.00, 0.32. Web safe color of #539aae is #669999. Color #539aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011010 10101110
Octal 123 232 256
Decimal 83 154 174
Hex 53 9A AE

RGB Percentages of Color #539aae

%20.19
%37.47
%42.34

CMYK Percentages of Color #539aae

%52
%11
%0
%32

Triadic Colors of #539aae

#539aae #ae539a #9aae53

Analogous Colors of #539aae

#539aae #536dae #53ae95

Monochromatic Colors of #539aae

#539aae

Complementary Color

#539aae #ae6753

#539aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#539aae Color CSS Codes

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

#539aae Text Font Color

<p style="color:#539aae">Text here</p>

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


#539aae Background Color

<div style="background-color:#539aae">
Div content here</div>

This div background color is #539aae


#539aae Border Color

<div style="border:3px solid #539aae">
Div here</div>

This div border color is #539aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,154,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #539aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #539aae;
  -webkit-box-shadow: 1px 1px 3px 2px #539aae;
  box-shadow:         1px 1px 3px 2px #539aae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,154,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 #539aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539aae


Comments

No comments written yet.

Please login to write comment.