Color Hex Logo

#539aeb Color Hex

#539AEB
(83,154,235)
0 Favorites   0 Comments

Color spaces of #539aeb

RGB 83154235
HSL0.590.790.62
HSV212°65°92°
CMYK 0.650.340.00   0.08
XYZ30.118330.948482.9835
Yxy30.94840.20910.2148
Hunter Lab55.6313-0.7164-49.4992
CIE-Lab62.46412.6722-47.4040

#539aeb color RGB value is (83,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011010 11101011
Octal 123 232 353
Decimal 83 154 235
Hex 53 9A EB

RGB Percentages of Color #539aeb

%17.58
%32.63
%49.79

CMYK Percentages of Color #539aeb

%65
%34
%0
%8

Triadic Colors of #539aeb

#539aeb #eb539a #9aeb53

Analogous Colors of #539aeb

#539aeb #5853eb #53e6eb

Monochromatic Colors of #539aeb

#539aeb

Complementary Color

#539aeb #eba453

#539aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#539aeb Color CSS Codes

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

#539aeb Text Font Color

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

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


#539aeb Background Color

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

This div background color is #539aeb


#539aeb Border Color

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

This div border color is #539aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539aeb


Comments

No comments written yet.

Please login to write comment.