Color Hex Logo

#54688a Color Hex

#54688A
(84,104,138)
0 Favorites   0 Comments

Color spaces of #54688a

RGB 84104138
HSL0.600.240.44
HSV218°39°54°
CMYK 0.390.250.00   0.46
XYZ13.193913.620425.9784
Yxy13.62040.24990.2580
Hunter Lab36.9058-0.7711-15.9008
CIE-Lab43.68351.6331-21.1428

#54688a color RGB value is (84,104,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101000 10001010
Octal 124 150 212
Decimal 84 104 138
Hex 54 68 8A

RGB Percentages of Color #54688a

%25.77
%31.90
%42.33

CMYK Percentages of Color #54688a

%39
%25
%0
%46

Triadic Colors of #54688a

#54688a #8a5468 #688a54

Analogous Colors of #54688a

#54688a #5b548a #54838a

Monochromatic Colors of #54688a

#54688a

Complementary Color

#54688a #8a7654

#54688a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54688a Color Preview on White Background

Lorem ipsum dolor sit amet.

#54688a Color CSS Codes

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

#54688a Text Font Color

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

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


#54688a Background Color

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

This div background color is #54688a


#54688a Border Color

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

This div border color is #54688a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,104,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 #54688a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54688a


Comments

No comments written yet.

Please login to write comment.