Color Hex Logo

#539bef Color Hex

#539BEF
(83,155,239)
0 Favorites   0 Comments

Color spaces of #539bef

RGB 83155239
HSL0.590.830.63
HSV212°65°94°
CMYK 0.650.350.00   0.06
XYZ30.868631.513786.1172
Yxy31.51370.20790.2122
Hunter Lab56.1371-0.0864-51.6580
CIE-Lab62.93893.4329-48.8565

#539bef color RGB value is (83,155,239).

#539bef hex color red value is 83, green value is 155 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #539bef hue: 0.59 , saturation: 0.83 and the lightness value of 539bef is 0.63.

The process color (four color CMYK) of #539bef color hex is 0.65, 0.35, 0.00, 0.06. Web safe color of #539bef is #6699ff. Color #539bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011011 11101111
Octal 123 233 357
Decimal 83 155 239
Hex 53 9B EF

RGB Percentages of Color #539bef

%17.40
%32.49
%50.10

CMYK Percentages of Color #539bef

%65
%35
%0
%6

Triadic Colors of #539bef

#539bef #ef539b #9bef53

Analogous Colors of #539bef

#539bef #5953ef #53e9ef

Monochromatic Colors of #539bef

#539bef

Complementary Color

#539bef #efa753

#539bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#539bef Color CSS Codes

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

#539bef Text Font Color

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

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


#539bef Background Color

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

This div background color is #539bef


#539bef Border Color

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

This div border color is #539bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539bef


Comments

No comments written yet.

Please login to write comment.