Color Hex Logo

#539ddb Color Hex

#539DDB
(83,157,219)
0 Favorites   0 Comments

Color spaces of #539ddb

RGB 83157219
HSL0.580.650.59
HSV207°62°86°
CMYK 0.620.280.00   0.14
XYZ28.410431.067471.5171
Yxy31.06740.21690.2372
Hunter Lab55.7381-6.5581-37.0578
CIE-Lab62.5645-4.3298-38.3961

#539ddb color RGB value is (83,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011101 11011011
Octal 123 235 333
Decimal 83 157 219
Hex 53 9D DB

RGB Percentages of Color #539ddb

%18.08
%34.20
%47.71

CMYK Percentages of Color #539ddb

%62
%28
%0
%14

Triadic Colors of #539ddb

#539ddb #db539d #9ddb53

Analogous Colors of #539ddb

#539ddb #5359db #53dbd5

Monochromatic Colors of #539ddb

#539ddb

Complementary Color

#539ddb #db9153

#539ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#539ddb Color CSS Codes

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

#539ddb Text Font Color

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

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


#539ddb Background Color

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

This div background color is #539ddb


#539ddb Border Color

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

This div border color is #539ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539ddb


Comments

No comments written yet.

Please login to write comment.