Color Hex Logo

#549fdb Color Hex

#549FDB
(84,159,219)
0 Favorites   0 Comments

Color spaces of #549fdb

RGB 84159219
HSL0.570.650.59
HSV207°62°86°
CMYK 0.620.270.00   0.14
XYZ28.840531.795671.6349
Yxy31.79560.21800.2404
Hunter Lab56.3876-7.3811-35.8508
CIE-Lab63.1736-5.2767-37.4413

#549fdb color RGB value is (84,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011111 11011011
Octal 124 237 333
Decimal 84 159 219
Hex 54 9F DB

RGB Percentages of Color #549fdb

%18.18
%34.42
%47.40

CMYK Percentages of Color #549fdb

%62
%27
%0
%14

Triadic Colors of #549fdb

#549fdb #db549f #9fdb54

Analogous Colors of #549fdb

#549fdb #545cdb #54dbd4

Monochromatic Colors of #549fdb

#549fdb

Complementary Color

#549fdb #db9054

#549fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#549fdb Color CSS Codes

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

#549fdb Text Font Color

<p style="color:#549fdb">Text here</p>

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


#549fdb Background Color

<div style="background-color:#549fdb">
Div content here</div>

This div background color is #549fdb


#549fdb Border Color

<div style="border:3px solid #549fdb">
Div here</div>

This div border color is #549fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549fdb


Comments

No comments written yet.

Please login to write comment.