Color Hex Logo

#549cdd Color Hex

#549CDD
(84,156,221)
0 Favorites   0 Comments

Color spaces of #549cdd

RGB 84156221
HSL0.580.670.60
HSV208°62°87°
CMYK 0.620.290.00   0.13
XYZ28.595830.882272.8603
Yxy30.88220.21610.2334
Hunter Lab55.5718-5.3991-38.8351
CIE-Lab62.4081-2.9299-39.7474

#549cdd color RGB value is (84,156,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011100 11011101
Octal 124 234 335
Decimal 84 156 221
Hex 54 9C DD

RGB Percentages of Color #549cdd

%18.22
%33.84
%47.94

CMYK Percentages of Color #549cdd

%62
%29
%0
%13

Triadic Colors of #549cdd

#549cdd #dd549c #9cdd54

Analogous Colors of #549cdd

#549cdd #5457dd #54ddda

Monochromatic Colors of #549cdd

#549cdd

Complementary Color

#549cdd #dd9554

#549cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#549cdd Color CSS Codes

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

#549cdd Text Font Color

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

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


#549cdd Background Color

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

This div background color is #549cdd


#549cdd Border Color

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

This div border color is #549cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549cdd


Comments

No comments written yet.

Please login to write comment.