Color Hex Logo

#859d93 Color Hex

#859D93
(133,157,147)
0 Favorites   0 Comments

Color spaces of #859d93

RGB 133157147
HSL0.430.110.57
HSV155°15°62°
CMYK 0.150.000.06   0.38
XYZ26.996331.207132.2045
Yxy31.20710.29860.3452
Hunter Lab55.8633-11.49954.9244
CIE-Lab62.6821-10.47802.4042

#859d93 color RGB value is (133,157,147).

#859d93 hex color red value is 133, green value is 157 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #859d93 hue: 0.43 , saturation: 0.11 and the lightness value of 859d93 is 0.57.

The process color (four color CMYK) of #859d93 color hex is 0.15, 0.00, 0.06, 0.38. Web safe color of #859d93 is #999999. Color #859d93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011101 10010011
Octal 205 235 223
Decimal 133 157 147
Hex 85 9D 93

RGB Percentages of Color #859d93

%30.43
%35.93
%33.64

CMYK Percentages of Color #859d93

%15
%0
%6
%38

Triadic Colors of #859d93

#859d93 #93859d #9d9385

Analogous Colors of #859d93

#859d93 #859b9d #859d87

Monochromatic Colors of #859d93

#859d93

Complementary Color

#859d93 #9d858f

#859d93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859d93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859d93 Color CSS Codes

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

#859d93 Text Font Color

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

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


#859d93 Background Color

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

This div background color is #859d93


#859d93 Border Color

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

This div border color is #859d93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,157,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #859d93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #859d93;
  -webkit-box-shadow: 1px 1px 3px 2px #859d93;
  box-shadow:         1px 1px 3px 2px #859d93; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859d93


Comments

No comments written yet.

Please login to write comment.