Color Hex Logo

#7799ad Color Hex

#7799AD
(119,153,173)
0 Favorites   0 Comments

Color spaces of #7799ad

RGB 119153173
HSL0.560.250.57
HSV202°31°68°
CMYK 0.310.120.00   0.32
XYZ26.541829.721543.8731
Yxy29.72150.26510.2968
Hunter Lab54.5174-8.5028-9.5516
CIE-Lab61.4132-6.8635-14.2502

#7799ad color RGB value is (119,153,173).

#7799ad hex color red value is 119, green value is 153 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7799ad hue: 0.56 , saturation: 0.25 and the lightness value of 7799ad is 0.57.

The process color (four color CMYK) of #7799ad color hex is 0.31, 0.12, 0.00, 0.32. Web safe color of #7799ad is #669999. Color #7799ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011001 10101101
Octal 167 231 255
Decimal 119 153 173
Hex 77 99 AD

RGB Percentages of Color #7799ad

%26.74
%34.38
%38.88

CMYK Percentages of Color #7799ad

%31
%12
%0
%32

Triadic Colors of #7799ad

#7799ad #ad7799 #99ad77

Analogous Colors of #7799ad

#7799ad #777ead #77ada6

Monochromatic Colors of #7799ad

#7799ad

Complementary Color

#7799ad #ad8b77

#7799ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7799ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7799ad Color CSS Codes

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

#7799ad Text Font Color

<p style="color:#7799ad">Text here</p>

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


#7799ad Background Color

<div style="background-color:#7799ad">
Div content here</div>

This div background color is #7799ad


#7799ad Border Color

<div style="border:3px solid #7799ad">
Div here</div>

This div border color is #7799ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,153,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7799ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7799ad;
  -webkit-box-shadow: 1px 1px 3px 2px #7799ad;
  box-shadow:         1px 1px 3px 2px #7799ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7799ad


Comments

No comments written yet.

Please login to write comment.