Color Hex Logo

#5393ac Color Hex

#5393AC
(83,147,172)
0 Favorites   0 Comments

Color spaces of #5393ac

RGB 83147172
HSL0.550.350.50
HSV197°52°67°
CMYK 0.520.150.00   0.33
XYZ21.447425.685042.8570
Yxy25.68500.23830.2854
Hunter Lab50.6804-13.1513-14.6613
CIE-Lab57.7368-13.4283-19.4394

#5393ac color RGB value is (83,147,172).

#5393ac hex color red value is 83, green value is 147 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5393ac hue: 0.55 , saturation: 0.35 and the lightness value of 5393ac is 0.50.

The process color (four color CMYK) of #5393ac color hex is 0.52, 0.15, 0.00, 0.33. Web safe color of #5393ac is #669999. Color #5393ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010011 10101100
Octal 123 223 254
Decimal 83 147 172
Hex 53 93 AC

RGB Percentages of Color #5393ac

%20.65
%36.57
%42.79

CMYK Percentages of Color #5393ac

%52
%15
%0
%33

Triadic Colors of #5393ac

#5393ac #ac5393 #93ac53

Analogous Colors of #5393ac

#5393ac #5367ac #53ac99

Monochromatic Colors of #5393ac

#5393ac

Complementary Color

#5393ac #ac6c53

#5393ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5393ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5393ac Color CSS Codes

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

#5393ac Text Font Color

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

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


#5393ac Background Color

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

This div background color is #5393ac


#5393ac Border Color

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

This div border color is #5393ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5393ac


Comments

No comments written yet.

Please login to write comment.