Color Hex Logo

#538dac Color Hex

#538DAC
(83,141,172)
0 Favorites   0 Comments

Color spaces of #538dac

RGB 83141172
HSL0.560.350.50
HSV201°52°67°
CMYK 0.520.180.00   0.33
XYZ20.538523.867342.5541
Yxy23.86730.23620.2745
Hunter Lab48.8542-10.4526-17.4462
CIE-Lab55.9547-10.1089-22.1659

#538dac color RGB value is (83,141,172).

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

The process color (four color CMYK) of #538dac color hex is 0.52, 0.18, 0.00, 0.33. Web safe color of #538dac is #669999. Color #538dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001101 10101100
Octal 123 215 254
Decimal 83 141 172
Hex 53 8D AC

RGB Percentages of Color #538dac

%20.96
%35.61
%43.43

CMYK Percentages of Color #538dac

%52
%18
%0
%33

Triadic Colors of #538dac

#538dac #ac538d #8dac53

Analogous Colors of #538dac

#538dac #5360ac #53ac9f

Monochromatic Colors of #538dac

#538dac

Complementary Color

#538dac #ac7253

#538dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#538dac Color CSS Codes

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

#538dac Text Font Color

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

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


#538dac Background Color

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

This div background color is #538dac


#538dac Border Color

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

This div border color is #538dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538dac


Comments

No comments written yet.

Please login to write comment.