Color Hex Logo

#539dfe Color Hex

#539DFE
(83,157,254)
0 Favorites   0 Comments

Color spaces of #539dfe

RGB 83157254
HSL0.590.990.66
HSV214°67°100°
CMYK 0.670.380.00   0.00
XYZ33.513633.108798.3902
Yxy33.10870.20310.2006
Hunter Lab57.54023.2700-61.1042
CIE-Lab64.24887.3353-54.9973

#539dfe color RGB value is (83,157,254).

#539dfe hex color red value is 83, green value is 157 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #539dfe hue: 0.59 , saturation: 0.99 and the lightness value of 539dfe is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011101 11111110
Octal 123 235 376
Decimal 83 157 254
Hex 53 9D FE

RGB Percentages of Color #539dfe

%16.80
%31.78
%51.42

CMYK Percentages of Color #539dfe

%67
%38
%0
%0

Triadic Colors of #539dfe

#539dfe #fe539d #9dfe53

Analogous Colors of #539dfe

#539dfe #5e53fe #53f3fe

Monochromatic Colors of #539dfe

#539dfe

Complementary Color

#539dfe #feb453

#539dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#539dfe Color CSS Codes

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

#539dfe Text Font Color

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

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


#539dfe Background Color

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

This div background color is #539dfe


#539dfe Border Color

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

This div border color is #539dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539dfe


Comments

No comments written yet.

Please login to write comment.