Color Hex Logo

#549cdb Color Hex

#549CDB
(84,156,219)
0 Favorites   0 Comments

Color spaces of #549cdb

RGB 84156219
HSL0.580.650.59
HSV208°62°86°
CMYK 0.620.290.00   0.14
XYZ28.330830.776271.4650
Yxy30.77620.21700.2357
Hunter Lab55.4763-5.9266-37.5444
CIE-Lab62.3183-3.5810-38.7784

#549cdb color RGB value is (84,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011100 11011011
Octal 124 234 333
Decimal 84 156 219
Hex 54 9C DB

RGB Percentages of Color #549cdb

%18.30
%33.99
%47.71

CMYK Percentages of Color #549cdb

%62
%29
%0
%14

Triadic Colors of #549cdb

#549cdb #db549c #9cdb54

Analogous Colors of #549cdb

#549cdb #5458db #54dbd7

Monochromatic Colors of #549cdb

#549cdb

Complementary Color

#549cdb #db9354

#549cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#549cdb Color CSS Codes

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

#549cdb Text Font Color

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

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


#549cdb Background Color

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

This div background color is #549cdb


#549cdb Border Color

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

This div border color is #549cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549cdb


Comments

No comments written yet.

Please login to write comment.