Color Hex Logo

#5490dd Color Hex

#5490DD
(84,144,221)
0 Favorites   0 Comments

Color spaces of #5490dd

RGB 84144221
HSL0.590.670.60
HSV214°62°87°
CMYK 0.620.350.00   0.13
XYZ26.680627.051872.2219
Yxy27.05180.21180.2148
Hunter Lab52.01130.5465-45.9210
CIE-Lab59.02224.0110-45.0726

#5490dd color RGB value is (84,144,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010000 11011101
Octal 124 220 335
Decimal 84 144 221
Hex 54 90 DD

RGB Percentages of Color #5490dd

%18.71
%32.07
%49.22

CMYK Percentages of Color #5490dd

%62
%35
%0
%13

Triadic Colors of #5490dd

#5490dd #dd5490 #90dd54

Analogous Colors of #5490dd

#5490dd #5d54dd #54d5dd

Monochromatic Colors of #5490dd

#5490dd

Complementary Color

#5490dd #dda154

#5490dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5490dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5490dd Color CSS Codes

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

#5490dd Text Font Color

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

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


#5490dd Background Color

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

This div background color is #5490dd


#5490dd Border Color

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

This div border color is #5490dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5490dd


Comments

No comments written yet.

Please login to write comment.