Color Hex Logo

#7499ac Color Hex

#7499AC
(116,153,172)
0 Favorites   0 Comments

Color spaces of #7499ac

RGB 116153172
HSL0.560.250.56
HSV200°33°67°
CMYK 0.330.110.00   0.33
XYZ26.040129.474043.3463
Yxy29.47400.26340.2981
Hunter Lab54.2900-9.3902-9.3355
CIE-Lab61.1977-8.0070-14.0281

#7499ac color RGB value is (116,153,172).

#7499ac hex color red value is 116, green value is 153 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7499ac hue: 0.56 , saturation: 0.25 and the lightness value of 7499ac is 0.56.

The process color (four color CMYK) of #7499ac color hex is 0.33, 0.11, 0.00, 0.33. Web safe color of #7499ac is #669999. Color #7499ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011001 10101100
Octal 164 231 254
Decimal 116 153 172
Hex 74 99 AC

RGB Percentages of Color #7499ac

%26.30
%34.69
%39.00

CMYK Percentages of Color #7499ac

%33
%11
%0
%33

Triadic Colors of #7499ac

#7499ac #ac7499 #99ac74

Analogous Colors of #7499ac

#7499ac #747dac #74aca3

Monochromatic Colors of #7499ac

#7499ac

Complementary Color

#7499ac #ac8774

#7499ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7499ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7499ac Color CSS Codes

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

#7499ac Text Font Color

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

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


#7499ac Background Color

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

This div background color is #7499ac


#7499ac Border Color

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

This div border color is #7499ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,153,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7499ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7499ac;
  -webkit-box-shadow: 1px 1px 3px 2px #7499ac;
  box-shadow:         1px 1px 3px 2px #7499ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,153,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7499ac


Comments

No comments written yet.

Please login to write comment.