Color Hex Logo

#547eaa Color Hex

#547EAA
(84,126,170)
0 Favorites   0 Comments

Color spaces of #547eaa

RGB 84126170
HSL0.590.340.50
HSV211°51°67°
CMYK 0.510.260.00   0.33
XYZ18.372719.708840.8660
Yxy19.70880.23270.2496
Hunter Lab44.3946-3.8183-23.5013
CIE-Lab51.5064-1.8756-27.8757

#547eaa color RGB value is (84,126,170).

#547eaa hex color red value is 84, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #547eaa hue: 0.59 , saturation: 0.34 and the lightness value of 547eaa is 0.50.

The process color (four color CMYK) of #547eaa color hex is 0.51, 0.26, 0.00, 0.33. Web safe color of #547eaa is #666699. Color #547eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111110 10101010
Octal 124 176 252
Decimal 84 126 170
Hex 54 7E AA

RGB Percentages of Color #547eaa

%22.11
%33.16
%44.74

CMYK Percentages of Color #547eaa

%51
%26
%0
%33

Triadic Colors of #547eaa

#547eaa #aa547e #7eaa54

Analogous Colors of #547eaa

#547eaa #5554aa #54a9aa

Monochromatic Colors of #547eaa

#547eaa

Complementary Color

#547eaa #aa8054

#547eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#547eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#547eaa Color CSS Codes

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

#547eaa Text Font Color

<p style="color:#547eaa">Text here</p>

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


#547eaa Background Color

<div style="background-color:#547eaa">
Div content here</div>

This div background color is #547eaa


#547eaa Border Color

<div style="border:3px solid #547eaa">
Div here</div>

This div border color is #547eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,126,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #547eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #547eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #547eaa;
  box-shadow:         1px 1px 3px 2px #547eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,126,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #547eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #547eaa


Comments

No comments written yet.

Please login to write comment.