Color Hex Logo

#7992ac Color Hex

#7992AC
(121,146,172)
0 Favorites   0 Comments

Color spaces of #7992ac

RGB 121146172
HSL0.580.240.57
HSV211°30°67°
CMYK 0.300.150.00   0.33
XYZ25.610427.601343.0075
Yxy27.60130.26620.2869
Hunter Lab52.5369-4.9255-11.7598
CIE-Lab59.5268-2.6011-16.5246

#7992ac color RGB value is (121,146,172).

#7992ac hex color red value is 121, green value is 146 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7992ac hue: 0.58 , saturation: 0.24 and the lightness value of 7992ac is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010010 10101100
Octal 171 222 254
Decimal 121 146 172
Hex 79 92 AC

RGB Percentages of Color #7992ac

%27.56
%33.26
%39.18

CMYK Percentages of Color #7992ac

%30
%15
%0
%33

Triadic Colors of #7992ac

#7992ac #ac7992 #92ac79

Analogous Colors of #7992ac

#7992ac #7a79ac #79acac

Monochromatic Colors of #7992ac

#7992ac

Complementary Color

#7992ac #ac9379

#7992ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7992ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7992ac Color CSS Codes

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

#7992ac Text Font Color

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

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


#7992ac Background Color

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

This div background color is #7992ac


#7992ac Border Color

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

This div border color is #7992ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,146,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 #7992ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7992ac


Comments

No comments written yet.

Please login to write comment.