Color Hex Logo

#548aeb Color Hex

#548AEB
(84,138,235)
0 Favorites   0 Comments

Color spaces of #548aeb

RGB 84138235
HSL0.610.790.63
HSV219°64°92°
CMYK 0.640.410.00   0.08
XYZ27.740026.059982.1653
Yxy26.05990.20400.1917
Hunter Lab51.04897.6614-59.6955
CIE-Lab58.093912.2896-54.3364

#548aeb color RGB value is (84,138,235).

#548aeb hex color red value is 84, green value is 138 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #548aeb hue: 0.61 , saturation: 0.79 and the lightness value of 548aeb is 0.63.

The process color (four color CMYK) of #548aeb color hex is 0.64, 0.41, 0.00, 0.08. Web safe color of #548aeb is #6699ff. Color #548aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10001010 11101011
Octal 124 212 353
Decimal 84 138 235
Hex 54 8A EB

RGB Percentages of Color #548aeb

%18.38
%30.20
%51.42

CMYK Percentages of Color #548aeb

%64
%41
%0
%8

Triadic Colors of #548aeb

#548aeb #eb548a #8aeb54

Analogous Colors of #548aeb

#548aeb #6a54eb #54d6eb

Monochromatic Colors of #548aeb

#548aeb

Complementary Color

#548aeb #ebb554

#548aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#548aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#548aeb Color CSS Codes

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

#548aeb Text Font Color

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

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


#548aeb Background Color

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

This div background color is #548aeb


#548aeb Border Color

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

This div border color is #548aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #548aeb


Comments

No comments written yet.

Please login to write comment.