Color Hex Logo

#538daf Color Hex

#538DAF
(83,141,175)
0 Favorites   0 Comments

Color spaces of #538daf

RGB 83141175
HSL0.560.370.51
HSV202°53°69°
CMYK 0.530.190.00   0.31
XYZ20.830023.983944.0889
Yxy23.98390.23430.2698
Hunter Lab48.9734-9.7814-19.0952
CIE-Lab56.0717-9.2003-23.7015

#538daf color RGB value is (83,141,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001101 10101111
Octal 123 215 257
Decimal 83 141 175
Hex 53 8D AF

RGB Percentages of Color #538daf

%20.80
%35.34
%43.86

CMYK Percentages of Color #538daf

%53
%19
%0
%31

Triadic Colors of #538daf

#538daf #af538d #8daf53

Analogous Colors of #538daf

#538daf #535faf #53afa3

Monochromatic Colors of #538daf

#538daf

Complementary Color

#538daf #af7553

#538daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#538daf Color CSS Codes

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

#538daf Text Font Color

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

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


#538daf Background Color

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

This div background color is #538daf


#538daf Border Color

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

This div border color is #538daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538daf


Comments

No comments written yet.

Please login to write comment.