Color Hex Logo

#859296 Color Hex

#859296
(133,146,150)
0 Favorites   0 Comments

Color spaces of #859296

RGB 133146150
HSL0.540.070.55
HSV194°11°59°
CMYK 0.110.030.00   0.41
XYZ25.456827.746332.8680
Yxy27.74630.29580.3224
Hunter Lab52.6748-5.9149-0.1235
CIE-Lab59.6588-3.8171-3.7172

#859296 color RGB value is (133,146,150).

#859296 hex color red value is 133, green value is 146 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #859296 hue: 0.54 , saturation: 0.07 and the lightness value of 859296 is 0.55.

The process color (four color CMYK) of #859296 color hex is 0.11, 0.03, 0.00, 0.41. Web safe color of #859296 is #999999. Color #859296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010010 10010110
Octal 205 222 226
Decimal 133 146 150
Hex 85 92 96

RGB Percentages of Color #859296

%31.00
%34.03
%34.97

CMYK Percentages of Color #859296

%11
%3
%0
%41

Triadic Colors of #859296

#859296 #968592 #929685

Analogous Colors of #859296

#859296 #858a96 #859692

Monochromatic Colors of #859296

#859296

Complementary Color

#859296 #968985

#859296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859296 Color CSS Codes

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

#859296 Text Font Color

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

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


#859296 Background Color

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

This div background color is #859296


#859296 Border Color

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

This div border color is #859296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859296


Comments

No comments written yet.

Please login to write comment.