Color Hex Logo

#538fab Color Hex

#538FAB
(83,143,171)
0 Favorites   0 Comments

Color spaces of #538fab

RGB 83143171
HSL0.550.350.50
HSV199°51°67°
CMYK 0.510.160.00   0.33
XYZ20.740424.424242.1493
Yxy24.42420.23750.2797
Hunter Lab49.4208-11.5756-15.9718
CIE-Lab56.5100-11.5226-20.7433

#538fab color RGB value is (83,143,171).

#538fab hex color red value is 83, green value is 143 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #538fab hue: 0.55 , saturation: 0.35 and the lightness value of 538fab is 0.50.

The process color (four color CMYK) of #538fab color hex is 0.51, 0.16, 0.00, 0.33. Web safe color of #538fab is #669999. Color #538fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001111 10101011
Octal 123 217 253
Decimal 83 143 171
Hex 53 8F AB

RGB Percentages of Color #538fab

%20.91
%36.02
%43.07

CMYK Percentages of Color #538fab

%51
%16
%0
%33

Triadic Colors of #538fab

#538fab #ab538f #8fab53

Analogous Colors of #538fab

#538fab #5363ab #53ab9b

Monochromatic Colors of #538fab

#538fab

Complementary Color

#538fab #ab6f53

#538fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#538fab Color CSS Codes

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

#538fab Text Font Color

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

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


#538fab Background Color

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

This div background color is #538fab


#538fab Border Color

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

This div border color is #538fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538fab


Comments

No comments written yet.

Please login to write comment.