Color Hex Logo

#539cde Color Hex

#539CDE
(83,156,222)
0 Favorites   0 Comments

Color spaces of #539cde

RGB 83156222
HSL0.580.680.60
HSV208°63°87°
CMYK 0.630.300.00   0.13
XYZ28.640630.889973.5601
Yxy30.88990.21520.2321
Hunter Lab55.5787-5.2787-39.5671
CIE-Lab62.4146-2.7832-40.2945

#539cde color RGB value is (83,156,222).

#539cde hex color red value is 83, green value is 156 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #539cde hue: 0.58 , saturation: 0.68 and the lightness value of 539cde is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011100 11011110
Octal 123 234 336
Decimal 83 156 222
Hex 53 9C DE

RGB Percentages of Color #539cde

%18.00
%33.84
%48.16

CMYK Percentages of Color #539cde

%63
%30
%0
%13

Triadic Colors of #539cde

#539cde #de539c #9cde53

Analogous Colors of #539cde

#539cde #5357de #53dedb

Monochromatic Colors of #539cde

#539cde

Complementary Color

#539cde #de9553

#539cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#539cde Color CSS Codes

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

#539cde Text Font Color

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

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


#539cde Background Color

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

This div background color is #539cde


#539cde Border Color

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

This div border color is #539cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539cde


Comments

No comments written yet.

Please login to write comment.