Color Hex Logo

#538dad Color Hex

#538DAD
(83,141,173)
0 Favorites   0 Comments

Color spaces of #538dad

RGB 83141173
HSL0.560.350.50
HSV201°52°68°
CMYK 0.520.180.00   0.32
XYZ20.635023.905943.0619
Yxy23.90590.23560.2729
Hunter Lab48.8937-10.2301-17.9927
CIE-Lab55.9935-9.8068-22.6784

#538dad color RGB value is (83,141,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001101 10101101
Octal 123 215 255
Decimal 83 141 173
Hex 53 8D AD

RGB Percentages of Color #538dad

%20.91
%35.52
%43.58

CMYK Percentages of Color #538dad

%52
%18
%0
%32

Triadic Colors of #538dad

#538dad #ad538d #8dad53

Analogous Colors of #538dad

#538dad #5360ad #53ada0

Monochromatic Colors of #538dad

#538dad

Complementary Color

#538dad #ad7353

#538dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#538dad Color CSS Codes

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

#538dad Text Font Color

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

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


#538dad Background Color

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

This div background color is #538dad


#538dad Border Color

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

This div border color is #538dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538dad


Comments

No comments written yet.

Please login to write comment.