Color Hex Logo

#538bab Color Hex

#538BAB
(83,139,171)
0 Favorites   0 Comments

Color spaces of #538bab

RGB 83139171
HSL0.560.350.50
HSV202°51°67°
CMYK 0.510.190.00   0.33
XYZ20.150623.244541.9527
Yxy23.24450.23610.2724
Hunter Lab48.2126-9.7673-17.8431
CIE-Lab55.3233-9.2883-22.5624

#538bab color RGB value is (83,139,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001011 10101011
Octal 123 213 253
Decimal 83 139 171
Hex 53 8B AB

RGB Percentages of Color #538bab

%21.12
%35.37
%43.51

CMYK Percentages of Color #538bab

%51
%19
%0
%33

Triadic Colors of #538bab

#538bab #ab538b #8bab53

Analogous Colors of #538bab

#538bab #535fab #53ab9f

Monochromatic Colors of #538bab

#538bab

Complementary Color

#538bab #ab7353

#538bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#538bab Color CSS Codes

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

#538bab Text Font Color

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

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


#538bab Background Color

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

This div background color is #538bab


#538bab Border Color

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

This div border color is #538bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538bab

#538bab Color Palettes


Comments

No comments written yet.

Please login to write comment.