Color Hex Logo

#538bad Color Hex

#538BAD
(83,139,173)
0 Favorites   0 Comments

Color spaces of #538bad

RGB 83139173
HSL0.560.350.50
HSV203°52°68°
CMYK 0.520.200.00   0.32
XYZ20.342723.321442.9645
Yxy23.32140.23480.2692
Hunter Lab48.2922-9.3198-18.9444
CIE-Lab55.4019-8.6825-23.5876

#538bad color RGB value is (83,139,173).

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

The process color (four color CMYK) of #538bad color hex is 0.52, 0.20, 0.00, 0.32. Web safe color of #538bad is #669999. Color #538bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001011 10101101
Octal 123 213 255
Decimal 83 139 173
Hex 53 8B AD

RGB Percentages of Color #538bad

%21.01
%35.19
%43.80

CMYK Percentages of Color #538bad

%52
%20
%0
%32

Triadic Colors of #538bad

#538bad #ad538b #8bad53

Analogous Colors of #538bad

#538bad #535ead #53ada2

Monochromatic Colors of #538bad

#538bad

Complementary Color

#538bad #ad7553

#538bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#538bad Color CSS Codes

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

#538bad Text Font Color

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

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


#538bad Background Color

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

This div background color is #538bad


#538bad Border Color

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

This div border color is #538bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538bad


Comments

No comments written yet.

Please login to write comment.