Color Hex Logo

#5492be Color Hex

#5492BE
(84,146,190)
0 Favorites   0 Comments

Color spaces of #5492be

RGB 84146190
HSL0.570.450.54
HSV205°56°75°
CMYK 0.560.230.00   0.25
XYZ23.229326.160352.5403
Yxy26.16030.22790.2566
Hunter Lab51.1471-8.4388-25.1020
CIE-Lab58.1889-7.1699-28.9584

#5492be color RGB value is (84,146,190).

#5492be hex color red value is 84, green value is 146 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5492be hue: 0.57 , saturation: 0.45 and the lightness value of 5492be is 0.54.

The process color (four color CMYK) of #5492be color hex is 0.56, 0.23, 0.00, 0.25. Web safe color of #5492be is #6699cc. Color #5492be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010010 10111110
Octal 124 222 276
Decimal 84 146 190
Hex 54 92 BE

RGB Percentages of Color #5492be

%20.00
%34.76
%45.24

CMYK Percentages of Color #5492be

%56
%23
%0
%25

Triadic Colors of #5492be

#5492be #be5492 #92be54

Analogous Colors of #5492be

#5492be #545dbe #54beb5

Monochromatic Colors of #5492be

#5492be

Complementary Color

#5492be #be8054

#5492be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5492be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5492be Color CSS Codes

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

#5492be Text Font Color

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

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


#5492be Background Color

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

This div background color is #5492be


#5492be Border Color

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

This div border color is #5492be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5492be


Comments

No comments written yet.

Please login to write comment.