Color Hex Logo

#539dac Color Hex

#539DAC
(83,157,172)
0 Favorites   0 Comments

Color spaces of #539dac

RGB 83157172
HSL0.530.350.50
HSV190°52°67°
CMYK 0.520.090.00   0.33
XYZ23.070628.931543.3981
Yxy28.93150.24180.3033
Hunter Lab53.7880-17.5673-10.1857
CIE-Lab60.7211-18.7983-14.9083

#539dac color RGB value is (83,157,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011101 10101100
Octal 123 235 254
Decimal 83 157 172
Hex 53 9D AC

RGB Percentages of Color #539dac

%20.15
%38.11
%41.75

CMYK Percentages of Color #539dac

%52
%9
%0
%33

Triadic Colors of #539dac

#539dac #ac539d #9dac53

Analogous Colors of #539dac

#539dac #5371ac #53ac8f

Monochromatic Colors of #539dac

#539dac

Complementary Color

#539dac #ac6253

#539dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#539dac Color CSS Codes

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

#539dac Text Font Color

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

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


#539dac Background Color

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

This div background color is #539dac


#539dac Border Color

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

This div border color is #539dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539dac


Comments

No comments written yet.

Please login to write comment.