Color Hex Logo

#548acd Color Hex

#548ACD
(84,138,205)
0 Favorites   0 Comments

Color spaces of #548acd

RGB 84138205
HSL0.590.550.57
HSV213°59°80°
CMYK 0.590.330.00   0.20
XYZ23.764124.469661.2282
Yxy24.46960.21710.2235
Hunter Lab49.4668-0.8144-38.7603
CIE-Lab56.55492.2539-39.9850

#548acd color RGB value is (84,138,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10001010 11001101
Octal 124 212 315
Decimal 84 138 205
Hex 54 8A CD

RGB Percentages of Color #548acd

%19.67
%32.32
%48.01

CMYK Percentages of Color #548acd

%59
%33
%0
%20

Triadic Colors of #548acd

#548acd #cd548a #8acd54

Analogous Colors of #548acd

#548acd #5a54cd #54c7cd

Monochromatic Colors of #548acd

#548acd

Complementary Color

#548acd #cd9754

#548acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#548acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#548acd Color CSS Codes

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

#548acd Text Font Color

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

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


#548acd Background Color

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

This div background color is #548acd


#548acd Border Color

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

This div border color is #548acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #548acd

#548acd Color Palettes


Comments

No comments written yet.

Please login to write comment.