Color Hex Logo

#539cee Color Hex

#539CEE
(83,156,238)
0 Favorites   0 Comments

Color spaces of #539cee

RGB 83156238
HSL0.590.820.63
HSV212°65°93°
CMYK 0.650.340.00   0.07
XYZ30.888431.789085.3968
Yxy31.78900.20860.2147
Hunter Lab56.3817-0.8779-50.3345
CIE-Lab63.16812.5184-47.9441

#539cee color RGB value is (83,156,238).

#539cee hex color red value is 83, green value is 156 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #539cee hue: 0.59 , saturation: 0.82 and the lightness value of 539cee is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011100 11101110
Octal 123 234 356
Decimal 83 156 238
Hex 53 9C EE

RGB Percentages of Color #539cee

%17.40
%32.70
%49.90

CMYK Percentages of Color #539cee

%65
%34
%0
%7

Triadic Colors of #539cee

#539cee #ee539c #9cee53

Analogous Colors of #539cee

#539cee #5753ee #53eaee

Monochromatic Colors of #539cee

#539cee

Complementary Color

#539cee #eea553

#539cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#539cee Color CSS Codes

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

#539cee Text Font Color

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

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


#539cee Background Color

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

This div background color is #539cee


#539cee Border Color

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

This div border color is #539cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539cee


Comments

No comments written yet.

Please login to write comment.