Color Hex Logo

#538aba Color Hex

#538ABA
(83,138,186)
0 Favorites   0 Comments

Color spaces of #538aba

RGB 83138186
HSL0.580.430.53
HSV208°55°73°
CMYK 0.550.260.00   0.27
XYZ21.518723.561149.8680
Yxy23.56110.22660.2481
Hunter Lab48.5398-5.8118-26.9345
CIE-Lab55.6457-4.0776-30.6374

#538aba color RGB value is (83,138,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001010 10111010
Octal 123 212 272
Decimal 83 138 186
Hex 53 8A BA

RGB Percentages of Color #538aba

%20.39
%33.91
%45.70

CMYK Percentages of Color #538aba

%55
%26
%0
%27

Triadic Colors of #538aba

#538aba #ba538a #8aba53

Analogous Colors of #538aba

#538aba #5357ba #53bab7

Monochromatic Colors of #538aba

#538aba

Complementary Color

#538aba #ba8353

#538aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#538aba Color CSS Codes

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

#538aba Text Font Color

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

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


#538aba Background Color

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

This div background color is #538aba


#538aba Border Color

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

This div border color is #538aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538aba


Comments

No comments written yet.

Please login to write comment.