Color Hex Logo

#859790 Color Hex

#859790
(133,151,144)
0 Favorites   0 Comments

Color spaces of #859790

RGB 133151144
HSL0.440.080.56
HSV157°12°59°
CMYK 0.120.000.05   0.41
XYZ25.773529.133430.6505
Yxy29.13340.30120.3405
Hunter Lab53.9754-9.22234.1143
CIE-Lab60.8992-7.83231.5090

#859790 color RGB value is (133,151,144).

#859790 hex color red value is 133, green value is 151 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #859790 hue: 0.44 , saturation: 0.08 and the lightness value of 859790 is 0.56.

The process color (four color CMYK) of #859790 color hex is 0.12, 0.00, 0.05, 0.41. Web safe color of #859790 is #999999. Color #859790 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010111 10010000
Octal 205 227 220
Decimal 133 151 144
Hex 85 97 90

RGB Percentages of Color #859790

%31.07
%35.28
%33.64

CMYK Percentages of Color #859790

%12
%0
%5
%41

Triadic Colors of #859790

#859790 #908597 #979085

Analogous Colors of #859790

#859790 #859597 #859787

Monochromatic Colors of #859790

#859790

Complementary Color

#859790 #97858c

#859790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859790 Color CSS Codes

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

#859790 Text Font Color

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

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


#859790 Background Color

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

This div background color is #859790


#859790 Border Color

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

This div border color is #859790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859790


Comments

No comments written yet.

Please login to write comment.