Color Hex Logo

#539ace Color Hex

#539ACE
(83,154,206)
0 Favorites   0 Comments

Color spaces of #539ace

RGB 83154206
HSL0.570.560.57
HSV205°60°81°
CMYK 0.600.250.00   0.19
XYZ26.263529.406462.6843
Yxy29.40640.22190.2485
Hunter Lab54.2277-8.4474-30.5767
CIE-Lab61.1386-6.8264-33.3805

#539ace color RGB value is (83,154,206).

#539ace hex color red value is 83, green value is 154 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #539ace hue: 0.57 , saturation: 0.56 and the lightness value of 539ace is 0.57.

The process color (four color CMYK) of #539ace color hex is 0.60, 0.25, 0.00, 0.19. Web safe color of #539ace is #6699cc. Color #539ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011010 11001110
Octal 123 232 316
Decimal 83 154 206
Hex 53 9A CE

RGB Percentages of Color #539ace

%18.74
%34.76
%46.50

CMYK Percentages of Color #539ace

%60
%25
%0
%19

Triadic Colors of #539ace

#539ace #ce539a #9ace53

Analogous Colors of #539ace

#539ace #535dce #53cec5

Monochromatic Colors of #539ace

#539ace

Complementary Color

#539ace #ce8753

#539ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#539ace Color CSS Codes

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

#539ace Text Font Color

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

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


#539ace Background Color

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

This div background color is #539ace


#539ace Border Color

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

This div border color is #539ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539ace


Comments

No comments written yet.

Please login to write comment.