Color Hex Logo

#5491ee Color Hex

#5491EE
(84,145,238)
0 Favorites   0 Comments

Color spaces of #5491ee

RGB 84145238
HSL0.600.820.63
HSV216°65°93°
CMYK 0.650.390.00   0.07
XYZ29.214228.308784.8133
Yxy28.30870.20520.1989
Hunter Lab53.20594.9001-57.2675
CIE-Lab60.16669.1294-52.6981

#5491ee color RGB value is (84,145,238).

#5491ee hex color red value is 84, green value is 145 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5491ee hue: 0.60 , saturation: 0.82 and the lightness value of 5491ee is 0.63.

The process color (four color CMYK) of #5491ee color hex is 0.65, 0.39, 0.00, 0.07. Web safe color of #5491ee is #6699ff. Color #5491ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010001 11101110
Octal 124 221 356
Decimal 84 145 238
Hex 54 91 EE

RGB Percentages of Color #5491ee

%17.99
%31.05
%50.96

CMYK Percentages of Color #5491ee

%65
%39
%0
%7

Triadic Colors of #5491ee

#5491ee #ee5491 #91ee54

Analogous Colors of #5491ee

#5491ee #6454ee #54deee

Monochromatic Colors of #5491ee

#5491ee

Complementary Color

#5491ee #eeb154

#5491ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5491ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5491ee Color CSS Codes

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

#5491ee Text Font Color

<p style="color:#5491ee">Text here</p>

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


#5491ee Background Color

<div style="background-color:#5491ee">
Div content here</div>

This div background color is #5491ee


#5491ee Border Color

<div style="border:3px solid #5491ee">
Div here</div>

This div border color is #5491ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,145,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5491ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5491ee;
  -webkit-box-shadow: 1px 1px 3px 2px #5491ee;
  box-shadow:         1px 1px 3px 2px #5491ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5491ee

#5491ee Color Palettes


Comments

No comments written yet.

Please login to write comment.