Color Hex Logo

#538baf Color Hex

#538BAF
(83,139,175)
0 Favorites   0 Comments

Color spaces of #538baf

RGB 83139175
HSL0.570.370.51
HSV203°53°69°
CMYK 0.530.210.00   0.31
XYZ20.537823.399443.9915
Yxy23.39940.23360.2661
Hunter Lab48.3729-8.8665-20.0587
CIE-Lab55.4814-8.0721-24.6102

#538baf color RGB value is (83,139,175).

#538baf hex color red value is 83, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #538baf hue: 0.57 , saturation: 0.37 and the lightness value of 538baf is 0.51.

The process color (four color CMYK) of #538baf color hex is 0.53, 0.21, 0.00, 0.31. Web safe color of #538baf is #669999. Color #538baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001011 10101111
Octal 123 213 257
Decimal 83 139 175
Hex 53 8B AF

RGB Percentages of Color #538baf

%20.91
%35.01
%44.08

CMYK Percentages of Color #538baf

%53
%21
%0
%31

Triadic Colors of #538baf

#538baf #af538b #8baf53

Analogous Colors of #538baf

#538baf #535daf #53afa5

Monochromatic Colors of #538baf

#538baf

Complementary Color

#538baf #af7753

#538baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#538baf Color CSS Codes

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

#538baf Text Font Color

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

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


#538baf Background Color

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

This div background color is #538baf


#538baf Border Color

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

This div border color is #538baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538baf


Comments

No comments written yet.

Please login to write comment.