Color Hex Logo

#539efe Color Hex

#539EFE
(83,158,254)
0 Favorites   0 Comments

Color spaces of #539efe

RGB 83158254
HSL0.590.990.66
HSV214°67°100°
CMYK 0.670.380.00   0.00
XYZ33.683533.448598.4468
Yxy33.44850.20340.2020
Hunter Lab57.83472.7495-60.4398
CIE-Lab64.52246.7519-54.5626

#539efe color RGB value is (83,158,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011110 11111110
Octal 123 236 376
Decimal 83 158 254
Hex 53 9E FE

RGB Percentages of Color #539efe

%16.77
%31.92
%51.31

CMYK Percentages of Color #539efe

%67
%38
%0
%0

Triadic Colors of #539efe

#539efe #fe539e #9efe53

Analogous Colors of #539efe

#539efe #5d53fe #53f4fe

Monochromatic Colors of #539efe

#539efe

Complementary Color

#539efe #feb353

#539efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#539efe Color CSS Codes

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

#539efe Text Font Color

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

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


#539efe Background Color

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

This div background color is #539efe


#539efe Border Color

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

This div border color is #539efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539efe


Comments

No comments written yet.

Please login to write comment.