Color Hex Logo

#7b96ac Color Hex

#7B96AC
(123,150,172)
0 Favorites   0 Comments

Color spaces of #7b96ac

RGB 123150172
HSL0.570.230.58
HSV207°28°67°
CMYK 0.280.130.00   0.33
XYZ26.521129.002243.2299
Yxy29.00220.26860.2937
Hunter Lab53.8537-6.3388-9.8962
CIE-Lab60.7836-4.2346-14.6103

#7b96ac color RGB value is (123,150,172).

#7b96ac hex color red value is 123, green value is 150 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7b96ac hue: 0.57 , saturation: 0.23 and the lightness value of 7b96ac is 0.58.

The process color (four color CMYK) of #7b96ac color hex is 0.28, 0.13, 0.00, 0.33. Web safe color of #7b96ac is #669999. Color #7b96ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010110 10101100
Octal 173 226 254
Decimal 123 150 172
Hex 7B 96 AC

RGB Percentages of Color #7b96ac

%27.64
%33.71
%38.65

CMYK Percentages of Color #7b96ac

%28
%13
%0
%33

Triadic Colors of #7b96ac

#7b96ac #ac7b96 #96ac7b

Analogous Colors of #7b96ac

#7b96ac #7b7eac #7bacaa

Monochromatic Colors of #7b96ac

#7b96ac

Complementary Color

#7b96ac #ac917b

#7b96ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b96ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b96ac Color CSS Codes

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

#7b96ac Text Font Color

<p style="color:#7b96ac">Text here</p>

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


#7b96ac Background Color

<div style="background-color:#7b96ac">
Div content here</div>

This div background color is #7b96ac


#7b96ac Border Color

<div style="border:3px solid #7b96ac">
Div here</div>

This div border color is #7b96ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,150,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b96ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b96ac;
  -webkit-box-shadow: 1px 1px 3px 2px #7b96ac;
  box-shadow:         1px 1px 3px 2px #7b96ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,150,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 #7b96ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b96ac


Comments

No comments written yet.

Please login to write comment.