Color Hex Logo

#548ebe Color Hex

#548EBE
(84,142,190)
0 Favorites   0 Comments

Color spaces of #548ebe

RGB 84142190
HSL0.580.450.54
HSV207°56°75°
CMYK 0.560.250.00   0.25
XYZ22.623424.948552.3384
Yxy24.94850.22640.2497
Hunter Lab49.9485-6.5610-27.1630
CIE-Lab57.0252-4.8960-30.7636

#548ebe color RGB value is (84,142,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10001110 10111110
Octal 124 216 276
Decimal 84 142 190
Hex 54 8E BE

RGB Percentages of Color #548ebe

%20.19
%34.13
%45.67

CMYK Percentages of Color #548ebe

%56
%25
%0
%25

Triadic Colors of #548ebe

#548ebe #be548e #8ebe54

Analogous Colors of #548ebe

#548ebe #5459be #54beb9

Monochromatic Colors of #548ebe

#548ebe

Complementary Color

#548ebe #be8454

#548ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#548ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#548ebe Color CSS Codes

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

#548ebe Text Font Color

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

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


#548ebe Background Color

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

This div background color is #548ebe


#548ebe Border Color

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

This div border color is #548ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #548ebe


Comments

No comments written yet.

Please login to write comment.