Color Hex Logo

#538785 Color Hex

#538785
(83,135,133)
0 Favorites   0 Comments

Color spaces of #538785

RGB 83135133
HSL0.490.240.43
HSV178°39°53°
CMYK 0.390.000.01   0.47
XYZ16.464920.860425.3490
Yxy20.86040.26270.3328
Hunter Lab45.6732-15.5799-0.9352
CIE-Lab52.7964-17.8105-4.4210

#538785 color RGB value is (83,135,133).

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

The process color (four color CMYK) of #538785 color hex is 0.39, 0.00, 0.01, 0.47. Web safe color of #538785 is #669999. Color #538785 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000111 10000101
Octal 123 207 205
Decimal 83 135 133
Hex 53 87 85

RGB Percentages of Color #538785

%23.65
%38.46
%37.89

CMYK Percentages of Color #538785

%39
%0
%1
%47

Triadic Colors of #538785

#538785 #855387 #878553

Analogous Colors of #538785

#538785 #536f87 #53876b

Monochromatic Colors of #538785

#538785

Complementary Color

#538785 #875355

#538785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538785 Color CSS Codes

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

#538785 Text Font Color

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

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


#538785 Background Color

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

This div background color is #538785


#538785 Border Color

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

This div border color is #538785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538785


Comments

No comments written yet.

Please login to write comment.