Color Hex Logo

#548adb Color Hex

#548ADB
(84,138,219)
0 Favorites   0 Comments

Color spaces of #548adb

RGB 84138219
HSL0.600.650.59
HSV216°62°86°
CMYK 0.620.370.00   0.14
XYZ25.530825.176270.5317
Yxy25.17620.21060.2077
Hunter Lab50.17593.0176-48.2202
CIE-Lab57.24676.8921-46.7625

#548adb color RGB value is (84,138,219).

#548adb hex color red value is 84, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #548adb hue: 0.60 , saturation: 0.65 and the lightness value of 548adb is 0.59.

The process color (four color CMYK) of #548adb color hex is 0.62, 0.37, 0.00, 0.14. Web safe color of #548adb is #6699cc. Color #548adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10001010 11011011
Octal 124 212 333
Decimal 84 138 219
Hex 54 8A DB

RGB Percentages of Color #548adb

%19.05
%31.29
%49.66

CMYK Percentages of Color #548adb

%62
%37
%0
%14

Triadic Colors of #548adb

#548adb #db548a #8adb54

Analogous Colors of #548adb

#548adb #6254db #54cedb

Monochromatic Colors of #548adb

#548adb

Complementary Color

#548adb #dba554

#548adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#548adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#548adb Color CSS Codes

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

#548adb Text Font Color

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

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


#548adb Background Color

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

This div background color is #548adb


#548adb Border Color

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

This div border color is #548adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #548adb


Comments

No comments written yet.

Please login to write comment.