Color Hex Logo

#5184ae Color Hex

#5184AE
(81,132,174)
0 Favorites   0 Comments

Color spaces of #5184ae

RGB 81132174
HSL0.580.360.50
HSV207°53°68°
CMYK 0.530.240.00   0.32
XYZ19.284621.307943.1408
Yxy21.30790.23030.2545
Hunter Lab46.1605-6.2084-23.0991
CIE-Lab53.2848-4.8355-27.4381

#5184ae color RGB value is (81,132,174).

#5184ae hex color red value is 81, green value is 132 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5184ae hue: 0.58 , saturation: 0.36 and the lightness value of 5184ae is 0.50.

The process color (four color CMYK) of #5184ae color hex is 0.53, 0.24, 0.00, 0.32. Web safe color of #5184ae is #669999. Color #5184ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000100 10101110
Octal 121 204 256
Decimal 81 132 174
Hex 51 84 AE

RGB Percentages of Color #5184ae

%20.93
%34.11
%44.96

CMYK Percentages of Color #5184ae

%53
%24
%0
%32

Triadic Colors of #5184ae

#5184ae #ae5184 #84ae51

Analogous Colors of #5184ae

#5184ae #5156ae #51aeaa

Monochromatic Colors of #5184ae

#5184ae

Complementary Color

#5184ae #ae7b51

#5184ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5184ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5184ae Color CSS Codes

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

#5184ae Text Font Color

<p style="color:#5184ae">Text here</p>

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


#5184ae Background Color

<div style="background-color:#5184ae">
Div content here</div>

This div background color is #5184ae


#5184ae Border Color

<div style="border:3px solid #5184ae">
Div here</div>

This div border color is #5184ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,132,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5184ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5184ae;
  -webkit-box-shadow: 1px 1px 3px 2px #5184ae;
  box-shadow:         1px 1px 3px 2px #5184ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,132,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 #5184ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5184ae


Comments

No comments written yet.

Please login to write comment.