Color Hex Logo

#7984ab Color Hex

#7984AB
(121,132,171)
0 Favorites   0 Comments

Color spaces of #7984ab

RGB 121132171
HSL0.630.230.57
HSV227°29°67°
CMYK 0.290.230.00   0.33
XYZ23.487123.507841.8276
Yxy23.50780.26440.2647
Hunter Lab48.48481.6208-17.2098
CIE-Lab55.59165.1776-21.9550

#7984ab color RGB value is (121,132,171).

#7984ab hex color red value is 121, green value is 132 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7984ab hue: 0.63 , saturation: 0.23 and the lightness value of 7984ab is 0.57.

The process color (four color CMYK) of #7984ab color hex is 0.29, 0.23, 0.00, 0.33. Web safe color of #7984ab is #669999. Color #7984ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000100 10101011
Octal 171 204 253
Decimal 121 132 171
Hex 79 84 AB

RGB Percentages of Color #7984ab

%28.54
%31.13
%40.33

CMYK Percentages of Color #7984ab

%29
%23
%0
%33

Triadic Colors of #7984ab

#7984ab #ab7984 #84ab79

Analogous Colors of #7984ab

#7984ab #8779ab #799dab

Monochromatic Colors of #7984ab

#7984ab

Complementary Color

#7984ab #aba079

#7984ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7984ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7984ab Color CSS Codes

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

#7984ab Text Font Color

<p style="color:#7984ab">Text here</p>

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


#7984ab Background Color

<div style="background-color:#7984ab">
Div content here</div>

This div background color is #7984ab


#7984ab Border Color

<div style="border:3px solid #7984ab">
Div here</div>

This div border color is #7984ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,132,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7984ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7984ab;
  -webkit-box-shadow: 1px 1px 3px 2px #7984ab;
  box-shadow:         1px 1px 3px 2px #7984ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,132,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7984ab


Comments

No comments written yet.

Please login to write comment.