Color Hex Logo

#598eae Color Hex

#598EAE
(89,142,174)
0 Favorites   0 Comments

Color spaces of #598eae

RGB 89142174
HSL0.560.340.52
HSV203°49°68°
CMYK 0.490.180.00   0.32
XYZ21.432824.525843.6487
Yxy24.52580.23920.2737
Hunter Lab49.5235-9.4149-17.5901
CIE-Lab56.6104-8.6422-22.2785

#598eae color RGB value is (89,142,174).

#598eae hex color red value is 89, green value is 142 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #598eae hue: 0.56 , saturation: 0.34 and the lightness value of 598eae is 0.52.

The process color (four color CMYK) of #598eae color hex is 0.49, 0.18, 0.00, 0.32. Web safe color of #598eae is #669999. Color #598eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001110 10101110
Octal 131 216 256
Decimal 89 142 174
Hex 59 8E AE

RGB Percentages of Color #598eae

%21.98
%35.06
%42.96

CMYK Percentages of Color #598eae

%49
%18
%0
%32

Triadic Colors of #598eae

#598eae #ae598e #8eae59

Analogous Colors of #598eae

#598eae #5963ae #59aea4

Monochromatic Colors of #598eae

#598eae

Complementary Color

#598eae #ae7959

#598eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#598eae Color CSS Codes

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

#598eae Text Font Color

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

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


#598eae Background Color

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

This div background color is #598eae


#598eae Border Color

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

This div border color is #598eae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,142,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #598eae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #598eae;
  -webkit-box-shadow: 1px 1px 3px 2px #598eae;
  box-shadow:         1px 1px 3px 2px #598eae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,142,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598eae


Comments

No comments written yet.

Please login to write comment.