Color Hex Logo

#539adc Color Hex

#539ADC
(83,154,220)
0 Favorites   0 Comments

Color spaces of #539adc

RGB 83154220
HSL0.580.660.59
HSV209°62°86°
CMYK 0.620.300.00   0.14
XYZ28.041130.117572.0455
Yxy30.11750.21540.2313
Hunter Lab54.8794-4.8329-39.4201
CIE-Lab61.7555-2.2975-40.2181

#539adc color RGB value is (83,154,220).

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

The process color (four color CMYK) of #539adc color hex is 0.62, 0.30, 0.00, 0.14. Web safe color of #539adc is #6699cc. Color #539adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011010 11011100
Octal 123 232 334
Decimal 83 154 220
Hex 53 9A DC

RGB Percentages of Color #539adc

%18.16
%33.70
%48.14

CMYK Percentages of Color #539adc

%62
%30
%0
%14

Triadic Colors of #539adc

#539adc #dc539a #9adc53

Analogous Colors of #539adc

#539adc #5356dc #53dcda

Monochromatic Colors of #539adc

#539adc

Complementary Color

#539adc #dc9553

#539adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#539adc Color CSS Codes

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

#539adc Text Font Color

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

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


#539adc Background Color

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

This div background color is #539adc


#539adc Border Color

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

This div border color is #539adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539adc


Comments

No comments written yet.

Please login to write comment.