Color Hex Logo

#5494df Color Hex

#5494DF
(84,148,223)
0 Favorites   0 Comments

Color spaces of #5494df

RGB 84148223
HSL0.590.680.60
HSV212°62°87°
CMYK 0.620.340.00   0.13
XYZ27.565328.392373.8395
Yxy28.39230.21240.2187
Hunter Lab53.2844-0.9055-44.8627
CIE-Lab60.24152.3348-44.2631

#5494df color RGB value is (84,148,223).

#5494df hex color red value is 84, green value is 148 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5494df hue: 0.59 , saturation: 0.68 and the lightness value of 5494df is 0.60.

The process color (four color CMYK) of #5494df color hex is 0.62, 0.34, 0.00, 0.13. Web safe color of #5494df is #6699cc. Color #5494df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010100 11011111
Octal 124 224 337
Decimal 84 148 223
Hex 54 94 DF

RGB Percentages of Color #5494df

%18.46
%32.53
%49.01

CMYK Percentages of Color #5494df

%62
%34
%0
%13

Triadic Colors of #5494df

#5494df #df5494 #94df54

Analogous Colors of #5494df

#5494df #5a54df #54dadf

Monochromatic Colors of #5494df

#5494df

Complementary Color

#5494df #df9f54

#5494df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5494df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5494df Color CSS Codes

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

#5494df Text Font Color

<p style="color:#5494df">Text here</p>

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


#5494df Background Color

<div style="background-color:#5494df">
Div content here</div>

This div background color is #5494df


#5494df Border Color

<div style="border:3px solid #5494df">
Div here</div>

This div border color is #5494df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,148,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5494df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5494df;
  -webkit-box-shadow: 1px 1px 3px 2px #5494df;
  box-shadow:         1px 1px 3px 2px #5494df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5494df


Comments

No comments written yet.

Please login to write comment.