Color Hex Logo

#539ead Color Hex

#539EAD
(83,158,173)
0 Favorites   0 Comments

Color spaces of #539ead

RGB 83158173
HSL0.530.350.50
HSV190°52°68°
CMYK 0.520.090.00   0.32
XYZ23.337029.309843.9625
Yxy29.30980.24160.3034
Hunter Lab54.1385-17.7981-10.2487
CIE-Lab61.0541-19.0375-14.9696

#539ead color RGB value is (83,158,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011110 10101101
Octal 123 236 255
Decimal 83 158 173
Hex 53 9E AD

RGB Percentages of Color #539ead

%20.05
%38.16
%41.79

CMYK Percentages of Color #539ead

%52
%9
%0
%32

Triadic Colors of #539ead

#539ead #ad539e #9ead53

Analogous Colors of #539ead

#539ead #5371ad #53ad8f

Monochromatic Colors of #539ead

#539ead

Complementary Color

#539ead #ad6253

#539ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#539ead Color CSS Codes

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

#539ead Text Font Color

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

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


#539ead Background Color

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

This div background color is #539ead


#539ead Border Color

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

This div border color is #539ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539ead


Comments

No comments written yet.

Please login to write comment.