Color Hex Logo

#5494dc Color Hex

#5494DC
(84,148,220)
0 Favorites   0 Comments

Color spaces of #5494dc

RGB 84148220
HSL0.590.660.60
HSV212°62°86°
CMYK 0.620.330.00   0.14
XYZ27.164328.231971.7277
Yxy28.23190.21370.2221
Hunter Lab53.1337-1.7269-42.8448
CIE-Lab60.09771.3421-42.8197

#5494dc color RGB value is (84,148,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010100 11011100
Octal 124 224 334
Decimal 84 148 220
Hex 54 94 DC

RGB Percentages of Color #5494dc

%18.58
%32.74
%48.67

CMYK Percentages of Color #5494dc

%62
%33
%0
%14

Triadic Colors of #5494dc

#5494dc #dc5494 #94dc54

Analogous Colors of #5494dc

#5494dc #5854dc #54d8dc

Monochromatic Colors of #5494dc

#5494dc

Complementary Color

#5494dc #dc9c54

#5494dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5494dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5494dc Color CSS Codes

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

#5494dc Text Font Color

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

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


#5494dc Background Color

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

This div background color is #5494dc


#5494dc Border Color

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

This div border color is #5494dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5494dc


Comments

No comments written yet.

Please login to write comment.