Color Hex Logo

#509aae Color Hex

#509AAE
(80,154,174)
0 Favorites   0 Comments

Color spaces of #509aae

RGB 80154174
HSL0.540.370.50
HSV193°54°68°
CMYK 0.540.110.00   0.32
XYZ22.503827.872744.2383
Yxy27.87270.23780.2946
Hunter Lab52.7946-16.3046-12.7248
CIE-Lab59.7736-17.2893-17.4859

#509aae color RGB value is (80,154,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011010 10101110
Octal 120 232 256
Decimal 80 154 174
Hex 50 9A AE

RGB Percentages of Color #509aae

%19.61
%37.75
%42.65

CMYK Percentages of Color #509aae

%54
%11
%0
%32

Triadic Colors of #509aae

#509aae #ae509a #9aae50

Analogous Colors of #509aae

#509aae #506bae #50ae93

Monochromatic Colors of #509aae

#509aae

Complementary Color

#509aae #ae6450

#509aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#509aae Color CSS Codes

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

#509aae Text Font Color

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

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


#509aae Background Color

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

This div background color is #509aae


#509aae Border Color

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

This div border color is #509aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509aae


Comments

No comments written yet.

Please login to write comment.