Color Hex Logo

#858998 Color Hex

#858998
(133,137,152)
0 Favorites   0 Comments

Color spaces of #858998

RGB 133137152
HSL0.630.080.56
HSV227°13°60°
CMYK 0.130.100.00   0.40
XYZ24.286025.144933.2792
Yxy25.14490.29360.3040
Hunter Lab50.1447-1.3024-4.2473
CIE-Lab57.21631.6922-8.4856

#858998 color RGB value is (133,137,152).

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

The process color (four color CMYK) of #858998 color hex is 0.13, 0.10, 0.00, 0.40. Web safe color of #858998 is #999999. Color #858998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001001 10011000
Octal 205 211 230
Decimal 133 137 152
Hex 85 89 98

RGB Percentages of Color #858998

%31.52
%32.46
%36.02

CMYK Percentages of Color #858998

%13
%10
%0
%40

Triadic Colors of #858998

#858998 #988589 #899885

Analogous Colors of #858998

#858998 #8b8598 #859398

Monochromatic Colors of #858998

#858998

Complementary Color

#858998 #989485

#858998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858998 Color CSS Codes

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

#858998 Text Font Color

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

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


#858998 Background Color

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

This div background color is #858998


#858998 Border Color

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

This div border color is #858998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858998


Comments

No comments written yet.

Please login to write comment.