Color Hex Logo

#5497fd Color Hex

#5497FD
(84,151,253)
0 Favorites   0 Comments

Color spaces of #5497fd

RGB 84151253
HSL0.600.980.66
HSV216°67°99°
CMYK 0.670.400.00   0.01
XYZ32.452431.109997.2229
Yxy31.10990.20180.1935
Hunter Lab55.77626.2486-64.3043
CIE-Lab62.600310.6726-57.0718

#5497fd color RGB value is (84,151,253).

#5497fd hex color red value is 84, green value is 151 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5497fd hue: 0.60 , saturation: 0.98 and the lightness value of 5497fd is 0.66.

The process color (four color CMYK) of #5497fd color hex is 0.67, 0.40, 0.00, 0.01. Web safe color of #5497fd is #6699ff. Color #5497fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010111 11111101
Octal 124 227 375
Decimal 84 151 253
Hex 54 97 FD

RGB Percentages of Color #5497fd

%17.21
%30.94
%51.84

CMYK Percentages of Color #5497fd

%67
%40
%0
%1

Triadic Colors of #5497fd

#5497fd #fd5497 #97fd54

Analogous Colors of #5497fd

#5497fd #6654fd #54ecfd

Monochromatic Colors of #5497fd

#5497fd

Complementary Color

#5497fd #fdba54

#5497fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5497fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5497fd Color CSS Codes

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

#5497fd Text Font Color

<p style="color:#5497fd">Text here</p>

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


#5497fd Background Color

<div style="background-color:#5497fd">
Div content here</div>

This div background color is #5497fd


#5497fd Border Color

<div style="border:3px solid #5497fd">
Div here</div>

This div border color is #5497fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,151,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5497fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5497fd;
  -webkit-box-shadow: 1px 1px 3px 2px #5497fd;
  box-shadow:         1px 1px 3px 2px #5497fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5497fd

Related Colors


Comments

No comments written yet.

Please login to write comment.