Color Hex Logo

#539aff Color Hex

#539AFF
(83,154,255)
0 Favorites   0 Comments

Color spaces of #539aff

RGB 83154255
HSL0.601.000.66
HSV215°67°100°
CMYK 0.670.400.00   0.00
XYZ33.172932.170299.0688
Yxy32.17020.20180.1957
Hunter Lab56.71885.1408-63.8567
CIE-Lab63.48339.4339-56.7606

#539aff color RGB value is (83,154,255).

#539aff hex color red value is 83, green value is 154 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #539aff hue: 0.60 , saturation: 1.00 and the lightness value of 539aff is 0.66.

The process color (four color CMYK) of #539aff color hex is 0.67, 0.40, 0.00, 0.00. Web safe color of #539aff is #6699ff. Color #539aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011010 11111111
Octal 123 232 377
Decimal 83 154 255
Hex 53 9A FF

RGB Percentages of Color #539aff

%16.87
%31.30
%51.83

CMYK Percentages of Color #539aff

%67
%40
%0
%0

Triadic Colors of #539aff

#539aff #ff539a #9aff53

Analogous Colors of #539aff

#539aff #6253ff #53f0ff

Monochromatic Colors of #539aff

#539aff

Complementary Color

#539aff #ffb853

#539aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#539aff Color CSS Codes

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

#539aff Text Font Color

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

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


#539aff Background Color

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

This div background color is #539aff


#539aff Border Color

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

This div border color is #539aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539aff

Related Colors


Comments

No comments written yet.

Please login to write comment.