Color Hex Logo

#5492df Color Hex

#5492DF
(84,146,223)
0 Favorites   0 Comments

Color spaces of #5492df

RGB 84146223
HSL0.590.680.60
HSV213°62°87°
CMYK 0.620.350.00   0.13
XYZ27.254327.770373.7358
Yxy27.77030.21170.2157
Hunter Lab52.69750.0966-46.0719
CIE-Lab59.68063.5029-45.1478

#5492df color RGB value is (84,146,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010010 11011111
Octal 124 222 337
Decimal 84 146 223
Hex 54 92 DF

RGB Percentages of Color #5492df

%18.54
%32.23
%49.23

CMYK Percentages of Color #5492df

%62
%35
%0
%13

Triadic Colors of #5492df

#5492df #df5492 #92df54

Analogous Colors of #5492df

#5492df #5b54df #54d8df

Monochromatic Colors of #5492df

#5492df

Complementary Color

#5492df #dfa154

#5492df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5492df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5492df Color CSS Codes

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

#5492df Text Font Color

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

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


#5492df Background Color

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

This div background color is #5492df


#5492df Border Color

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

This div border color is #5492df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5492df


Comments

No comments written yet.

Please login to write comment.