Color Hex Logo

#8598ad Color Hex

#8598AD
(133,152,173)
0 Favorites   0 Comments

Color spaces of #8598ad

RGB 133152173
HSL0.590.200.60
HSV212°23°68°
CMYK 0.230.120.00   0.32
XYZ28.443930.460143.9154
Yxy30.46010.27660.2962
Hunter Lab55.1907-4.5892-8.5438
CIE-Lab62.0492-1.9774-13.2011

#8598ad color RGB value is (133,152,173).

#8598ad hex color red value is 133, green value is 152 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8598ad hue: 0.59 , saturation: 0.20 and the lightness value of 8598ad is 0.60.

The process color (four color CMYK) of #8598ad color hex is 0.23, 0.12, 0.00, 0.32. Web safe color of #8598ad is #999999. Color #8598ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011000 10101101
Octal 205 230 255
Decimal 133 152 173
Hex 85 98 AD

RGB Percentages of Color #8598ad

%29.04
%33.19
%37.77

CMYK Percentages of Color #8598ad

%23
%12
%0
%32

Triadic Colors of #8598ad

#8598ad #ad8598 #98ad85

Analogous Colors of #8598ad

#8598ad #8685ad #85acad

Monochromatic Colors of #8598ad

#8598ad

Complementary Color

#8598ad #ad9a85

#8598ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8598ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8598ad Color CSS Codes

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

#8598ad Text Font Color

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

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


#8598ad Background Color

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

This div background color is #8598ad


#8598ad Border Color

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

This div border color is #8598ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8598ad


Comments

No comments written yet.

Please login to write comment.