Color Hex Logo

#537ebc Color Hex

#537EBC
(83,126,188)
0 Favorites   0 Comments

Color spaces of #537ebc

RGB 83126188
HSL0.600.440.53
HSV215°56°74°
CMYK 0.560.330.00   0.26
XYZ20.105220.391550.4533
Yxy20.39150.22110.2242
Hunter Lab45.15690.4488-34.6341
CIE-Lab52.27703.6183-37.0462

#537ebc color RGB value is (83,126,188).

#537ebc hex color red value is 83, green value is 126 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #537ebc hue: 0.60 , saturation: 0.44 and the lightness value of 537ebc is 0.53.

The process color (four color CMYK) of #537ebc color hex is 0.56, 0.33, 0.00, 0.26. Web safe color of #537ebc is #6666cc. Color #537ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111110 10111100
Octal 123 176 274
Decimal 83 126 188
Hex 53 7E BC

RGB Percentages of Color #537ebc

%20.91
%31.74
%47.36

CMYK Percentages of Color #537ebc

%56
%33
%0
%26

Triadic Colors of #537ebc

#537ebc #bc537e #7ebc53

Analogous Colors of #537ebc

#537ebc #5d53bc #53b3bc

Monochromatic Colors of #537ebc

#537ebc

Complementary Color

#537ebc #bc9153

#537ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#537ebc Color CSS Codes

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

#537ebc Text Font Color

<p style="color:#537ebc">Text here</p>

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


#537ebc Background Color

<div style="background-color:#537ebc">
Div content here</div>

This div background color is #537ebc


#537ebc Border Color

<div style="border:3px solid #537ebc">
Div here</div>

This div border color is #537ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,126,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #537ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #537ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #537ebc;
  box-shadow:         1px 1px 3px 2px #537ebc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537ebc


Comments

No comments written yet.

Please login to write comment.