Color Hex Logo

#537eba Color Hex

#537EBA
(83,126,186)
0 Favorites   0 Comments

Color spaces of #537eba

RGB 83126186
HSL0.600.430.53
HSV215°55°73°
CMYK 0.550.320.00   0.27
XYZ19.891120.305949.3254
Yxy20.30590.22220.2268
Hunter Lab45.0621-0.0659-33.3560
CIE-Lab52.18132.9694-36.0492

#537eba color RGB value is (83,126,186).

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

The process color (four color CMYK) of #537eba color hex is 0.55, 0.32, 0.00, 0.27. Web safe color of #537eba is #6666cc. Color #537eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111110 10111010
Octal 123 176 272
Decimal 83 126 186
Hex 53 7E BA

RGB Percentages of Color #537eba

%21.01
%31.90
%47.09

CMYK Percentages of Color #537eba

%55
%32
%0
%27

Triadic Colors of #537eba

#537eba #ba537e #7eba53

Analogous Colors of #537eba

#537eba #5b53ba #53b2ba

Monochromatic Colors of #537eba

#537eba

Complementary Color

#537eba #ba8f53

#537eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#537eba Color CSS Codes

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

#537eba Text Font Color

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

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


#537eba Background Color

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

This div background color is #537eba


#537eba Border Color

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

This div border color is #537eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537eba


Comments

No comments written yet.

Please login to write comment.