Color Hex Logo

#8296ab Color Hex

#8296AB
(130,150,171)
0 Favorites   0 Comments

Color spaces of #8296ab

RGB 130150171
HSL0.590.200.59
HSV211°24°67°
CMYK 0.240.120.00   0.33
XYZ27.463029.498842.7745
Yxy29.49880.27540.2958
Hunter Lab54.3128-4.7897-8.6754
CIE-Lab61.2193-2.2899-13.3409

#8296ab color RGB value is (130,150,171).

#8296ab hex color red value is 130, green value is 150 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8296ab hue: 0.59 , saturation: 0.20 and the lightness value of 8296ab is 0.59.

The process color (four color CMYK) of #8296ab color hex is 0.24, 0.12, 0.00, 0.33. Web safe color of #8296ab is #999999. Color #8296ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010110 10101011
Octal 202 226 253
Decimal 130 150 171
Hex 82 96 AB

RGB Percentages of Color #8296ab

%28.82
%33.26
%37.92

CMYK Percentages of Color #8296ab

%24
%12
%0
%33

Triadic Colors of #8296ab

#8296ab #ab8296 #96ab82

Analogous Colors of #8296ab

#8296ab #8382ab #82abab

Monochromatic Colors of #8296ab

#8296ab

Complementary Color

#8296ab #ab9782

#8296ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8296ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8296ab Color CSS Codes

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

#8296ab Text Font Color

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

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


#8296ab Background Color

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

This div background color is #8296ab


#8296ab Border Color

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

This div border color is #8296ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8296ab


Comments

No comments written yet.

Please login to write comment.