Color Hex Logo

#5397ce Color Hex

#5397CE
(83,151,206)
0 Favorites   0 Comments

Color spaces of #5397ce

RGB 83151206
HSL0.570.560.57
HSV207°60°81°
CMYK 0.600.270.00   0.19
XYZ25.774528.428462.5213
Yxy28.42840.22080.2436
Hunter Lab53.3183-7.0186-32.2010
CIE-Lab60.2738-5.1326-34.7272

#5397ce color RGB value is (83,151,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010111 11001110
Octal 123 227 316
Decimal 83 151 206
Hex 53 97 CE

RGB Percentages of Color #5397ce

%18.86
%34.32
%46.82

CMYK Percentages of Color #5397ce

%60
%27
%0
%19

Triadic Colors of #5397ce

#5397ce #ce5397 #97ce53

Analogous Colors of #5397ce

#5397ce #535ace #53cec8

Monochromatic Colors of #5397ce

#5397ce

Complementary Color

#5397ce #ce8a53

#5397ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5397ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5397ce Color CSS Codes

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

#5397ce Text Font Color

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

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


#5397ce Background Color

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

This div background color is #5397ce


#5397ce Border Color

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

This div border color is #5397ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5397ce


Comments

No comments written yet.

Please login to write comment.