Color Hex Logo

#8299af Color Hex

#8299AF
(130,153,175)
0 Favorites   0 Comments

Color spaces of #8299af

RGB 130153175
HSL0.580.220.60
HSV209°26°69°
CMYK 0.260.130.00   0.31
XYZ28.335030.623444.9749
Yxy30.62340.27260.2946
Hunter Lab55.3384-5.4446-9.4496
CIE-Lab62.1884-3.0049-14.1399

#8299af color RGB value is (130,153,175).

#8299af hex color red value is 130, green value is 153 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8299af hue: 0.58 , saturation: 0.22 and the lightness value of 8299af is 0.60.

The process color (four color CMYK) of #8299af color hex is 0.26, 0.13, 0.00, 0.31. Web safe color of #8299af is #999999. Color #8299af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011001 10101111
Octal 202 231 257
Decimal 130 153 175
Hex 82 99 AF

RGB Percentages of Color #8299af

%28.38
%33.41
%38.21

CMYK Percentages of Color #8299af

%26
%13
%0
%31

Triadic Colors of #8299af

#8299af #af8299 #99af82

Analogous Colors of #8299af

#8299af #8283af #82afaf

Monochromatic Colors of #8299af

#8299af

Complementary Color

#8299af #af9882

#8299af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8299af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8299af Color CSS Codes

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

#8299af Text Font Color

<p style="color:#8299af">Text here</p>

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


#8299af Background Color

<div style="background-color:#8299af">
Div content here</div>

This div background color is #8299af


#8299af Border Color

<div style="border:3px solid #8299af">
Div here</div>

This div border color is #8299af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,153,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8299af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8299af;
  -webkit-box-shadow: 1px 1px 3px 2px #8299af;
  box-shadow:         1px 1px 3px 2px #8299af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8299af


Comments

No comments written yet.

Please login to write comment.