Color Hex Logo

#7886aa Color Hex

#7886AA
(120,134,170)
0 Favorites   0 Comments

Color spaces of #7886aa

RGB 120134170
HSL0.620.230.57
HSV223°29°67°
CMYK 0.290.210.00   0.33
XYZ23.526523.945541.4122
Yxy23.94550.26470.2694
Hunter Lab48.93410.1843-15.9223
CIE-Lab56.03323.4495-20.7108

#7886aa color RGB value is (120,134,170).

#7886aa hex color red value is 120, green value is 134 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7886aa hue: 0.62 , saturation: 0.23 and the lightness value of 7886aa is 0.57.

The process color (four color CMYK) of #7886aa color hex is 0.29, 0.21, 0.00, 0.33. Web safe color of #7886aa is #669999. Color #7886aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000110 10101010
Octal 170 206 252
Decimal 120 134 170
Hex 78 86 AA

RGB Percentages of Color #7886aa

%28.30
%31.60
%40.09

CMYK Percentages of Color #7886aa

%29
%21
%0
%33

Triadic Colors of #7886aa

#7886aa #aa7886 #86aa78

Analogous Colors of #7886aa

#7886aa #8378aa #789faa

Monochromatic Colors of #7886aa

#7886aa

Complementary Color

#7886aa #aa9c78

#7886aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7886aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7886aa Color CSS Codes

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

#7886aa Text Font Color

<p style="color:#7886aa">Text here</p>

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


#7886aa Background Color

<div style="background-color:#7886aa">
Div content here</div>

This div background color is #7886aa


#7886aa Border Color

<div style="border:3px solid #7886aa">
Div here</div>

This div border color is #7886aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,134,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7886aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7886aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7886aa;
  box-shadow:         1px 1px 3px 2px #7886aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,134,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7886aa


Comments

No comments written yet.

Please login to write comment.