Color Hex Logo

#508aae Color Hex

#508AAE
(80,138,174)
0 Favorites   0 Comments

Color spaces of #508aae

RGB 80138174
HSL0.560.370.50
HSV203°54°68°
CMYK 0.540.210.00   0.32
XYZ20.036722.938443.4159
Yxy22.93840.23190.2655
Hunter Lab47.8940-9.1383-20.2205
CIE-Lab55.0088-8.4956-24.7772

#508aae color RGB value is (80,138,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001010 10101110
Octal 120 212 256
Decimal 80 138 174
Hex 50 8A AE

RGB Percentages of Color #508aae

%20.41
%35.20
%44.39

CMYK Percentages of Color #508aae

%54
%21
%0
%32

Triadic Colors of #508aae

#508aae #ae508a #8aae50

Analogous Colors of #508aae

#508aae #505bae #50aea3

Monochromatic Colors of #508aae

#508aae

Complementary Color

#508aae #ae7450

#508aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#508aae Color CSS Codes

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

#508aae Text Font Color

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

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


#508aae Background Color

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

This div background color is #508aae


#508aae Border Color

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

This div border color is #508aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508aae


Comments

No comments written yet.

Please login to write comment.