Color Hex Logo

#548dba Color Hex

#548DBA
(84,141,186)
0 Favorites   0 Comments

Color spaces of #548dba

RGB 84141186
HSL0.570.430.53
HSV206°55°73°
CMYK 0.550.240.00   0.27
XYZ22.044024.479750.0176
Yxy24.47970.22830.2536
Hunter Lab49.4770-7.0557-25.3040
CIE-Lab56.5649-5.5802-29.2064

#548dba color RGB value is (84,141,186).

#548dba hex color red value is 84, green value is 141 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #548dba hue: 0.57 , saturation: 0.43 and the lightness value of 548dba is 0.53.

The process color (four color CMYK) of #548dba color hex is 0.55, 0.24, 0.00, 0.27. Web safe color of #548dba is #6699cc. Color #548dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10001101 10111010
Octal 124 215 272
Decimal 84 141 186
Hex 54 8D BA

RGB Percentages of Color #548dba

%20.44
%34.31
%45.26

CMYK Percentages of Color #548dba

%55
%24
%0
%27

Triadic Colors of #548dba

#548dba #ba548d #8dba54

Analogous Colors of #548dba

#548dba #545aba #54bab4

Monochromatic Colors of #548dba

#548dba

Complementary Color

#548dba #ba8154

#548dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#548dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#548dba Color CSS Codes

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

#548dba Text Font Color

<p style="color:#548dba">Text here</p>

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


#548dba Background Color

<div style="background-color:#548dba">
Div content here</div>

This div background color is #548dba


#548dba Border Color

<div style="border:3px solid #548dba">
Div here</div>

This div border color is #548dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,141,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #548dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #548dba;
  -webkit-box-shadow: 1px 1px 3px 2px #548dba;
  box-shadow:         1px 1px 3px 2px #548dba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #548dba


Comments

No comments written yet.

Please login to write comment.