Color Hex Logo

#537dac Color Hex

#537DAC
(83,125,172)
1 Favorites   0 Comments

Color spaces of #537dac

RGB 83125172
HSL0.590.350.50
HSV212°52°67°
CMYK 0.520.270.00   0.33
XYZ18.347319.484841.8237
Yxy19.48480.23030.2446
Hunter Lab44.1416-3.0549-25.2775
CIE-Lab51.2496-0.9024-29.4366

#537dac color RGB value is (83,125,172).

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

The process color (four color CMYK) of #537dac color hex is 0.52, 0.27, 0.00, 0.33. Web safe color of #537dac is #666699. Color #537dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111101 10101100
Octal 123 175 254
Decimal 83 125 172
Hex 53 7D AC

RGB Percentages of Color #537dac

%21.84
%32.89
%45.26

CMYK Percentages of Color #537dac

%52
%27
%0
%33

Triadic Colors of #537dac

#537dac #ac537d #7dac53

Analogous Colors of #537dac

#537dac #5653ac #53aaac

Monochromatic Colors of #537dac

#537dac

Complementary Color

#537dac #ac8253

#537dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#537dac Color CSS Codes

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

#537dac Text Font Color

<p style="color:#537dac">Text here</p>

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


#537dac Background Color

<div style="background-color:#537dac">
Div content here</div>

This div background color is #537dac


#537dac Border Color

<div style="border:3px solid #537dac">
Div here</div>

This div border color is #537dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537dac


Comments

No comments written yet.

Please login to write comment.