Color Hex Logo

#548caa Color Hex

#548CAA
(84,140,170)
0 Favorites   0 Comments

Color spaces of #548caa

RGB 84140170
HSL0.560.340.50
HSV201°51°67°
CMYK 0.510.180.00   0.33
XYZ20.289923.543341.5051
Yxy23.54330.23780.2759
Hunter Lab48.5214-10.2703-16.7515
CIE-Lab55.6276-9.9145-21.5183

#548caa color RGB value is (84,140,170).

#548caa hex color red value is 84, green value is 140 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #548caa hue: 0.56 , saturation: 0.34 and the lightness value of 548caa is 0.50.

The process color (four color CMYK) of #548caa color hex is 0.51, 0.18, 0.00, 0.33. Web safe color of #548caa is #669999. Color #548caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10001100 10101010
Octal 124 214 252
Decimal 84 140 170
Hex 54 8C AA

RGB Percentages of Color #548caa

%21.32
%35.53
%43.15

CMYK Percentages of Color #548caa

%51
%18
%0
%33

Triadic Colors of #548caa

#548caa #aa548c #8caa54

Analogous Colors of #548caa

#548caa #5461aa #54aa9d

Monochromatic Colors of #548caa

#548caa

Complementary Color

#548caa #aa7254

#548caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#548caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#548caa Color CSS Codes

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

#548caa Text Font Color

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

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


#548caa Background Color

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

This div background color is #548caa


#548caa Border Color

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

This div border color is #548caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #548caa


Comments

No comments written yet.

Please login to write comment.