Color Hex Logo

#54698a Color Hex

#54698A
(84,105,138)
0 Favorites   0 Comments

Color spaces of #54698a

RGB 84105138
HSL0.600.240.44
HSV217°39°54°
CMYK 0.390.240.00   0.46
XYZ13.295213.822926.0121
Yxy13.82290.25020.2602
Hunter Lab37.1792-1.2323-15.4564
CIE-Lab43.97791.0254-20.6889

#54698a color RGB value is (84,105,138).

#54698a hex color red value is 84, green value is 105 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #54698a hue: 0.60 , saturation: 0.24 and the lightness value of 54698a is 0.44.

The process color (four color CMYK) of #54698a color hex is 0.39, 0.24, 0.00, 0.46. Web safe color of #54698a is #666699. Color #54698a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101001 10001010
Octal 124 151 212
Decimal 84 105 138
Hex 54 69 8A

RGB Percentages of Color #54698a

%25.69
%32.11
%42.20

CMYK Percentages of Color #54698a

%39
%24
%0
%46

Triadic Colors of #54698a

#54698a #8a5469 #698a54

Analogous Colors of #54698a

#54698a #5a548a #54848a

Monochromatic Colors of #54698a

#54698a

Complementary Color

#54698a #8a7554

#54698a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54698a Color Preview on White Background

Lorem ipsum dolor sit amet.

#54698a Color CSS Codes

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

#54698a Text Font Color

<p style="color:#54698a">Text here</p>

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


#54698a Background Color

<div style="background-color:#54698a">
Div content here</div>

This div background color is #54698a


#54698a Border Color

<div style="border:3px solid #54698a">
Div here</div>

This div border color is #54698a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,105,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54698a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54698a;
  -webkit-box-shadow: 1px 1px 3px 2px #54698a;
  box-shadow:         1px 1px 3px 2px #54698a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54698a


Comments

No comments written yet.

Please login to write comment.