Color Hex Logo

#538f89 Color Hex

#538F89
(83,143,137)
0 Favorites   0 Comments

Color spaces of #538f89

RGB 83143137
HSL0.480.270.44
HSV174°42°56°
CMYK 0.420.000.04   0.44
XYZ17.905123.290127.2186
Yxy23.29010.26170.3404
Hunter Lab48.2598-18.22860.3422
CIE-Lab55.3699-21.0025-2.9372

#538f89 color RGB value is (83,143,137).

#538f89 hex color red value is 83, green value is 143 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #538f89 hue: 0.48 , saturation: 0.27 and the lightness value of 538f89 is 0.44.

The process color (four color CMYK) of #538f89 color hex is 0.42, 0.00, 0.04, 0.44. Web safe color of #538f89 is #669999. Color #538f89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001111 10001001
Octal 123 217 211
Decimal 83 143 137
Hex 53 8F 89

RGB Percentages of Color #538f89

%22.87
%39.39
%37.74

CMYK Percentages of Color #538f89

%42
%0
%4
%44

Triadic Colors of #538f89

#538f89 #89538f #8f8953

Analogous Colors of #538f89

#538f89 #53778f #538f6b

Monochromatic Colors of #538f89

#538f89

Complementary Color

#538f89 #8f5359

#538f89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538f89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538f89 Color CSS Codes

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

#538f89 Text Font Color

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

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


#538f89 Background Color

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

This div background color is #538f89


#538f89 Border Color

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

This div border color is #538f89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538f89


Comments

No comments written yet.

Please login to write comment.