Color Hex Logo

#549fcd Color Hex

#549FCD
(84,159,205)
0 Favorites   0 Comments

Color spaces of #549fcd

RGB 84159205
HSL0.560.550.57
HSV203°59°80°
CMYK 0.590.220.00   0.20
XYZ27.073731.088962.3314
Yxy31.08890.22470.2580
Hunter Lab55.7574-10.9026-27.2503
CIE-Lab62.5826-9.7354-30.5781

#549fcd color RGB value is (84,159,205).

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

The process color (four color CMYK) of #549fcd color hex is 0.59, 0.22, 0.00, 0.20. Web safe color of #549fcd is #6699cc. Color #549fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011111 11001101
Octal 124 237 315
Decimal 84 159 205
Hex 54 9F CD

RGB Percentages of Color #549fcd

%18.75
%35.49
%45.76

CMYK Percentages of Color #549fcd

%59
%22
%0
%20

Triadic Colors of #549fcd

#549fcd #cd549f #9fcd54

Analogous Colors of #549fcd

#549fcd #5462cd #54cdbf

Monochromatic Colors of #549fcd

#549fcd

Complementary Color

#549fcd #cd8254

#549fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#549fcd Color CSS Codes

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

#549fcd Text Font Color

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

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


#549fcd Background Color

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

This div background color is #549fcd


#549fcd Border Color

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

This div border color is #549fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549fcd


Comments

No comments written yet.

Please login to write comment.