Color Hex Logo

#538dba Color Hex

#538DBA
(83,141,186)
0 Favorites   0 Comments

Color spaces of #538dba

RGB 83141186
HSL0.570.430.53
HSV206°55°73°
CMYK 0.550.240.00   0.27
XYZ21.955124.433950.0134
Yxy24.43390.22770.2535
Hunter Lab49.4307-7.2212-25.3875
CIE-Lab56.5196-5.7985-29.2802

#538dba color RGB value is (83,141,186).

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

The process color (four color CMYK) of #538dba color hex is 0.55, 0.24, 0.00, 0.27. Web safe color of #538dba is #6699cc. Color #538dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001101 10111010
Octal 123 215 272
Decimal 83 141 186
Hex 53 8D BA

RGB Percentages of Color #538dba

%20.24
%34.39
%45.37

CMYK Percentages of Color #538dba

%55
%24
%0
%27

Triadic Colors of #538dba

#538dba #ba538d #8dba53

Analogous Colors of #538dba

#538dba #535aba #53bab4

Monochromatic Colors of #538dba

#538dba

Complementary Color

#538dba #ba8053

#538dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#538dba Color CSS Codes

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

#538dba Text Font Color

<p style="color:#538dba">Text here</p>

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


#538dba Background Color

<div style="background-color:#538dba">
Div content here</div>

This div background color is #538dba


#538dba Border Color

<div style="border:3px solid #538dba">
Div here</div>

This div border color is #538dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,141,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 #538dba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538dba


Comments

No comments written yet.

Please login to write comment.