Color Hex Logo

#7598ae Color Hex

#7598AE
(117,152,174)
0 Favorites   0 Comments

Color spaces of #7598ae

RGB 117152174
HSL0.560.260.57
HSV203°33°68°
CMYK 0.330.130.00   0.32
XYZ26.204329.294444.3177
Yxy29.29440.26250.2935
Hunter Lab54.1243-8.2967-10.6604
CIE-Lab61.0406-6.6486-15.3899

#7598ae color RGB value is (117,152,174).

#7598ae hex color red value is 117, green value is 152 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7598ae hue: 0.56 , saturation: 0.26 and the lightness value of 7598ae is 0.57.

The process color (four color CMYK) of #7598ae color hex is 0.33, 0.13, 0.00, 0.32. Web safe color of #7598ae is #669999. Color #7598ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011000 10101110
Octal 165 230 256
Decimal 117 152 174
Hex 75 98 AE

RGB Percentages of Color #7598ae

%26.41
%34.31
%39.28

CMYK Percentages of Color #7598ae

%33
%13
%0
%32

Triadic Colors of #7598ae

#7598ae #ae7598 #98ae75

Analogous Colors of #7598ae

#7598ae #757cae #75aea8

Monochromatic Colors of #7598ae

#7598ae

Complementary Color

#7598ae #ae8b75

#7598ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7598ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7598ae Color CSS Codes

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

#7598ae Text Font Color

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

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


#7598ae Background Color

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

This div background color is #7598ae


#7598ae Border Color

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

This div border color is #7598ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,152,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7598ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7598ae;
  -webkit-box-shadow: 1px 1px 3px 2px #7598ae;
  box-shadow:         1px 1px 3px 2px #7598ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,152,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 #7598ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7598ae


Comments

No comments written yet.

Please login to write comment.