Color Hex Logo

#5492dc Color Hex

#5492DC
(84,146,220)
0 Favorites   0 Comments

Color spaces of #5492dc

RGB 84146220
HSL0.590.660.60
HSV213°62°86°
CMYK 0.620.340.00   0.14
XYZ26.853327.609971.6241
Yxy27.60990.21300.2190
Hunter Lab52.5451-0.7312-44.0364
CIE-Lab59.53472.5071-43.7066

#5492dc color RGB value is (84,146,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010010 11011100
Octal 124 222 334
Decimal 84 146 220
Hex 54 92 DC

RGB Percentages of Color #5492dc

%18.67
%32.44
%48.89

CMYK Percentages of Color #5492dc

%62
%34
%0
%14

Triadic Colors of #5492dc

#5492dc #dc5492 #92dc54

Analogous Colors of #5492dc

#5492dc #5a54dc #54d6dc

Monochromatic Colors of #5492dc

#5492dc

Complementary Color

#5492dc #dc9e54

#5492dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5492dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5492dc Color CSS Codes

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

#5492dc Text Font Color

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

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


#5492dc Background Color

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

This div background color is #5492dc


#5492dc Border Color

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

This div border color is #5492dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5492dc


Comments

No comments written yet.

Please login to write comment.