Color Hex Logo

#5393ce Color Hex

#5393CE
(83,147,206)
0 Favorites   0 Comments

Color spaces of #5393ce

RGB 83147206
HSL0.580.560.57
HSV209°60°81°
CMYK 0.600.290.00   0.19
XYZ25.141627.162762.3103
Yxy27.16270.21940.2370
Hunter Lab52.1178-5.0980-34.4026
CIE-Lab59.1246-2.8501-36.5214

#5393ce color RGB value is (83,147,206).

#5393ce hex color red value is 83, green value is 147 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5393ce hue: 0.58 , saturation: 0.56 and the lightness value of 5393ce is 0.57.

The process color (four color CMYK) of #5393ce color hex is 0.60, 0.29, 0.00, 0.19. Web safe color of #5393ce is #6699cc. Color #5393ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010011 11001110
Octal 123 223 316
Decimal 83 147 206
Hex 53 93 CE

RGB Percentages of Color #5393ce

%19.04
%33.72
%47.25

CMYK Percentages of Color #5393ce

%60
%29
%0
%19

Triadic Colors of #5393ce

#5393ce #ce5393 #93ce53

Analogous Colors of #5393ce

#5393ce #5355ce #53cecc

Monochromatic Colors of #5393ce

#5393ce

Complementary Color

#5393ce #ce8e53

#5393ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5393ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5393ce Color CSS Codes

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

#5393ce Text Font Color

<p style="color:#5393ce">Text here</p>

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


#5393ce Background Color

<div style="background-color:#5393ce">
Div content here</div>

This div background color is #5393ce


#5393ce Border Color

<div style="border:3px solid #5393ce">
Div here</div>

This div border color is #5393ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,147,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5393ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5393ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5393ce;
  box-shadow:         1px 1px 3px 2px #5393ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5393ce


Comments

No comments written yet.

Please login to write comment.