Color Hex Logo

#548eef Color Hex

#548EEF
(84,142,239)
0 Favorites   0 Comments

Color spaces of #548eef

RGB 84142239
HSL0.600.830.63
HSV218°65°94°
CMYK 0.650.410.00   0.06
XYZ28.909127.462885.4385
Yxy27.46280.20390.1937
Hunter Lab52.40506.7605-59.9801
CIE-Lab59.400311.2538-54.4704

#548eef color RGB value is (84,142,239).

#548eef hex color red value is 84, green value is 142 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #548eef hue: 0.60 , saturation: 0.83 and the lightness value of 548eef is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10001110 11101111
Octal 124 216 357
Decimal 84 142 239
Hex 54 8E EF

RGB Percentages of Color #548eef

%18.06
%30.54
%51.40

CMYK Percentages of Color #548eef

%65
%41
%0
%6

Triadic Colors of #548eef

#548eef #ef548e #8eef54

Analogous Colors of #548eef

#548eef #6854ef #54dcef

Monochromatic Colors of #548eef

#548eef

Complementary Color

#548eef #efb554

#548eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#548eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#548eef Color CSS Codes

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

#548eef Text Font Color

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

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


#548eef Background Color

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

This div background color is #548eef


#548eef Border Color

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

This div border color is #548eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #548eef


Comments

No comments written yet.

Please login to write comment.