Color Hex Logo

#539acc Color Hex

#539ACC
(83,154,204)
0 Favorites   0 Comments

Color spaces of #539acc

RGB 83154204
HSL0.570.540.56
HSV205°59°80°
CMYK 0.590.250.00   0.20
XYZ26.022029.309861.4126
Yxy29.30980.22290.2511
Hunter Lab54.1385-8.9453-29.3593
CIE-Lab61.0541-7.4632-32.3935

#539acc color RGB value is (83,154,204).

#539acc hex color red value is 83, green value is 154 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #539acc hue: 0.57 , saturation: 0.54 and the lightness value of 539acc is 0.56.

The process color (four color CMYK) of #539acc color hex is 0.59, 0.25, 0.00, 0.20. Web safe color of #539acc is #6699cc. Color #539acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011010 11001100
Octal 123 232 314
Decimal 83 154 204
Hex 53 9A CC

RGB Percentages of Color #539acc

%18.82
%34.92
%46.26

CMYK Percentages of Color #539acc

%59
%25
%0
%20

Triadic Colors of #539acc

#539acc #cc539a #9acc53

Analogous Colors of #539acc

#539acc #535ecc #53ccc2

Monochromatic Colors of #539acc

#539acc

Complementary Color

#539acc #cc8553

#539acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#539acc Color CSS Codes

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

#539acc Text Font Color

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

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


#539acc Background Color

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

This div background color is #539acc


#539acc Border Color

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

This div border color is #539acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539acc


Comments

No comments written yet.

Please login to write comment.