Color Hex Logo

#538dbb Color Hex

#538DBB
(83,141,187)
0 Favorites   0 Comments

Color spaces of #538dbb

RGB 83141187
HSL0.570.430.53
HSV207°56°73°
CMYK 0.560.250.00   0.27
XYZ22.061824.476650.5754
Yxy24.47660.22720.2520
Hunter Lab49.4738-6.9809-25.9785
CIE-Lab56.5619-5.4843-29.7833

#538dbb color RGB value is (83,141,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001101 10111011
Octal 123 215 273
Decimal 83 141 187
Hex 53 8D BB

RGB Percentages of Color #538dbb

%20.19
%34.31
%45.50

CMYK Percentages of Color #538dbb

%56
%25
%0
%27

Triadic Colors of #538dbb

#538dbb #bb538d #8dbb53

Analogous Colors of #538dbb

#538dbb #5359bb #53bbb5

Monochromatic Colors of #538dbb

#538dbb

Complementary Color

#538dbb #bb8153

#538dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#538dbb Color CSS Codes

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

#538dbb Text Font Color

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

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


#538dbb Background Color

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

This div background color is #538dbb


#538dbb Border Color

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

This div border color is #538dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538dbb


Comments

No comments written yet.

Please login to write comment.