Color Hex Logo

#5490ef Color Hex

#5490EF
(84,144,239)
0 Favorites   0 Comments

Color spaces of #5490ef

RGB 84144239
HSL0.600.830.63
HSV217°65°94°
CMYK 0.650.400.00   0.06
XYZ29.209428.063385.5386
Yxy28.06330.20450.1965
Hunter Lab52.97485.7159-58.6534
CIE-Lab59.945910.0623-53.6017

#5490ef color RGB value is (84,144,239).

#5490ef hex color red value is 84, green value is 144 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5490ef hue: 0.60 , saturation: 0.83 and the lightness value of 5490ef is 0.63.

The process color (four color CMYK) of #5490ef color hex is 0.65, 0.40, 0.00, 0.06. Web safe color of #5490ef is #6699ff. Color #5490ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010000 11101111
Octal 124 220 357
Decimal 84 144 239
Hex 54 90 EF

RGB Percentages of Color #5490ef

%17.99
%30.84
%51.18

CMYK Percentages of Color #5490ef

%65
%40
%0
%6

Triadic Colors of #5490ef

#5490ef #ef5490 #90ef54

Analogous Colors of #5490ef

#5490ef #6654ef #54deef

Monochromatic Colors of #5490ef

#5490ef

Complementary Color

#5490ef #efb354

#5490ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5490ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5490ef Color CSS Codes

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

#5490ef Text Font Color

<p style="color:#5490ef">Text here</p>

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


#5490ef Background Color

<div style="background-color:#5490ef">
Div content here</div>

This div background color is #5490ef


#5490ef Border Color

<div style="border:3px solid #5490ef">
Div here</div>

This div border color is #5490ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,144,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5490ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5490ef;
  -webkit-box-shadow: 1px 1px 3px 2px #5490ef;
  box-shadow:         1px 1px 3px 2px #5490ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5490ef


Comments

No comments written yet.

Please login to write comment.