Color Hex Logo

#548bbe Color Hex

#548BBE
(84,139,190)
0 Favorites   0 Comments

Color spaces of #548bbe

RGB 84139190
HSL0.580.450.54
HSV209°56°75°
CMYK 0.560.270.00   0.25
XYZ22.183024.067852.1916
Yxy24.06780.22530.2445
Hunter Lab49.0589-5.1407-28.7347
CIE-Lab56.1556-3.1716-32.1163

#548bbe color RGB value is (84,139,190).

#548bbe hex color red value is 84, green value is 139 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #548bbe hue: 0.58 , saturation: 0.45 and the lightness value of 548bbe is 0.54.

The process color (four color CMYK) of #548bbe color hex is 0.56, 0.27, 0.00, 0.25. Web safe color of #548bbe is #6699cc. Color #548bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10001011 10111110
Octal 124 213 276
Decimal 84 139 190
Hex 54 8B BE

RGB Percentages of Color #548bbe

%20.34
%33.66
%46.00

CMYK Percentages of Color #548bbe

%56
%27
%0
%25

Triadic Colors of #548bbe

#548bbe #be548b #8bbe54

Analogous Colors of #548bbe

#548bbe #5456be #54bebc

Monochromatic Colors of #548bbe

#548bbe

Complementary Color

#548bbe #be8754

#548bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#548bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#548bbe Color CSS Codes

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

#548bbe Text Font Color

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

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


#548bbe Background Color

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

This div background color is #548bbe


#548bbe Border Color

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

This div border color is #548bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #548bbe


Comments

No comments written yet.

Please login to write comment.