Color Hex Logo

#538986 Color Hex

#538986
(83,137,134)
0 Favorites   0 Comments

Color spaces of #538986

RGB 83137134
HSL0.490.250.43
HSV177°39°54°
CMYK 0.390.000.02   0.46
XYZ16.816021.451625.8085
Yxy21.45160.26240.3348
Hunter Lab46.3159-16.2444-0.6169
CIE-Lab53.4402-18.6185-4.0499

#538986 color RGB value is (83,137,134).

#538986 hex color red value is 83, green value is 137 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #538986 hue: 0.49 , saturation: 0.25 and the lightness value of 538986 is 0.43.

The process color (four color CMYK) of #538986 color hex is 0.39, 0.00, 0.02, 0.46. Web safe color of #538986 is #669999. Color #538986 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001001 10000110
Octal 123 211 206
Decimal 83 137 134
Hex 53 89 86

RGB Percentages of Color #538986

%23.45
%38.70
%37.85

CMYK Percentages of Color #538986

%39
%0
%2
%46

Triadic Colors of #538986

#538986 #865389 #898653

Analogous Colors of #538986

#538986 #537189 #53896b

Monochromatic Colors of #538986

#538986

Complementary Color

#538986 #895356

#538986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538986 Color CSS Codes

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

#538986 Text Font Color

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

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


#538986 Background Color

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

This div background color is #538986


#538986 Border Color

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

This div border color is #538986


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,137,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #538986; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #538986;
  -webkit-box-shadow: 1px 1px 3px 2px #538986;
  box-shadow:         1px 1px 3px 2px #538986; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538986


Comments

No comments written yet.

Please login to write comment.