Color Hex Logo

#5398eb Color Hex

#5398EB
(83,152,235)
0 Favorites   0 Comments

Color spaces of #5398eb

RGB 83152235
HSL0.590.790.62
HSV213°65°92°
CMYK 0.650.350.00   0.08
XYZ29.790930.293682.8744
Yxy30.29360.20840.2119
Hunter Lab55.03960.2961-50.7466
CIE-Lab61.90673.8348-48.2848

#5398eb color RGB value is (83,152,235).

#5398eb hex color red value is 83, green value is 152 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5398eb hue: 0.59 , saturation: 0.79 and the lightness value of 5398eb is 0.62.

The process color (four color CMYK) of #5398eb color hex is 0.65, 0.35, 0.00, 0.08. Web safe color of #5398eb is #6699ff. Color #5398eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011000 11101011
Octal 123 230 353
Decimal 83 152 235
Hex 53 98 EB

RGB Percentages of Color #5398eb

%17.66
%32.34
%50.00

CMYK Percentages of Color #5398eb

%65
%35
%0
%8

Triadic Colors of #5398eb

#5398eb #eb5398 #98eb53

Analogous Colors of #5398eb

#5398eb #5a53eb #53e4eb

Monochromatic Colors of #5398eb

#5398eb

Complementary Color

#5398eb #eba653

#5398eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5398eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5398eb Color CSS Codes

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

#5398eb Text Font Color

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

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


#5398eb Background Color

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

This div background color is #5398eb


#5398eb Border Color

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

This div border color is #5398eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5398eb


Comments

No comments written yet.

Please login to write comment.