Color Hex Logo

#5498ff Color Hex

#5498FF
(84,152,255)
0 Favorites   0 Comments

Color spaces of #5498ff

RGB 84152255
HSL0.601.000.66
HSV216°67°100°
CMYK 0.670.400.00   0.00
XYZ32.934431.561398.9639
Yxy31.56130.20150.1931
Hunter Lab56.17946.3291-65.1177
CIE-Lab62.978610.7635-57.5623

#5498ff color RGB value is (84,152,255).

#5498ff hex color red value is 84, green value is 152 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5498ff hue: 0.60 , saturation: 1.00 and the lightness value of 5498ff is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011000 11111111
Octal 124 230 377
Decimal 84 152 255
Hex 54 98 FF

RGB Percentages of Color #5498ff

%17.11
%30.96
%51.93

CMYK Percentages of Color #5498ff

%67
%40
%0
%0

Triadic Colors of #5498ff

#5498ff #ff5498 #98ff54

Analogous Colors of #5498ff

#5498ff #6654ff #54eeff

Monochromatic Colors of #5498ff

#5498ff

Complementary Color

#5498ff #ffbb54

#5498ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5498ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5498ff Color CSS Codes

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

#5498ff Text Font Color

<p style="color:#5498ff">Text here</p>

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


#5498ff Background Color

<div style="background-color:#5498ff">
Div content here</div>

This div background color is #5498ff


#5498ff Border Color

<div style="border:3px solid #5498ff">
Div here</div>

This div border color is #5498ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,152,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5498ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5498ff;
  -webkit-box-shadow: 1px 1px 3px 2px #5498ff;
  box-shadow:         1px 1px 3px 2px #5498ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5498ff

Related Colors


Comments

No comments written yet.

Please login to write comment.