Color Hex Logo

#539eeb Color Hex

#539EEB
(83,158,235)
0 Favorites   0 Comments

Color spaces of #539eeb

RGB 83158235
HSL0.580.790.62
HSV210°65°92°
CMYK 0.650.330.00   0.08
XYZ30.789532.290983.2072
Yxy32.29090.21050.2207
Hunter Lab56.8251-2.7273-47.0389
CIE-Lab63.58260.3646-45.6395

#539eeb color RGB value is (83,158,235).

#539eeb hex color red value is 83, green value is 158 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #539eeb hue: 0.58 , saturation: 0.79 and the lightness value of 539eeb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011110 11101011
Octal 123 236 353
Decimal 83 158 235
Hex 53 9E EB

RGB Percentages of Color #539eeb

%17.44
%33.19
%49.37

CMYK Percentages of Color #539eeb

%65
%33
%0
%8

Triadic Colors of #539eeb

#539eeb #eb539e #9eeb53

Analogous Colors of #539eeb

#539eeb #5453eb #53eaeb

Monochromatic Colors of #539eeb

#539eeb

Complementary Color

#539eeb #eba053

#539eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#539eeb Color CSS Codes

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

#539eeb Text Font Color

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

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


#539eeb Background Color

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

This div background color is #539eeb


#539eeb Border Color

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

This div border color is #539eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539eeb


Comments

No comments written yet.

Please login to write comment.