Color Hex Logo

#5398ff Color Hex

#5398FF
(83,152,255)
0 Favorites   0 Comments

Color spaces of #5398ff

RGB 83152255
HSL0.601.000.66
HSV216°67°100°
CMYK 0.670.400.00   0.00
XYZ32.845531.515598.9597
Yxy31.51550.20110.1930
Hunter Lab56.13876.1938-65.2177
CIE-Lab62.940410.6120-57.6255

#5398ff color RGB value is (83,152,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011000 11111111
Octal 123 230 377
Decimal 83 152 255
Hex 53 98 FF

RGB Percentages of Color #5398ff

%16.94
%31.02
%52.04

CMYK Percentages of Color #5398ff

%67
%40
%0
%0

Triadic Colors of #5398ff

#5398ff #ff5398 #98ff53

Analogous Colors of #5398ff

#5398ff #6453ff #53eeff

Monochromatic Colors of #5398ff

#5398ff

Complementary Color

#5398ff #ffba53

#5398ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5398ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5398ff Color CSS Codes

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

#5398ff Text Font Color

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

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


#5398ff Background Color

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

This div background color is #5398ff


#5398ff Border Color

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

This div border color is #5398ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,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 #5398ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5398ff


Comments

No comments written yet.

Please login to write comment.