Color Hex Logo

#8298ad Color Hex

#8298AD
(130,152,173)
0 Favorites   0 Comments

Color spaces of #8298ad

RGB 130152173
HSL0.580.210.59
HSV209°25°68°
CMYK 0.250.120.00   0.32
XYZ27.977030.219443.8936
Yxy30.21940.27400.2960
Hunter Lab54.9722-5.3573-8.8607
CIE-Lab61.8431-2.9289-13.5320

#8298ad color RGB value is (130,152,173).

#8298ad hex color red value is 130, green value is 152 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8298ad hue: 0.58 , saturation: 0.21 and the lightness value of 8298ad is 0.59.

The process color (four color CMYK) of #8298ad color hex is 0.25, 0.12, 0.00, 0.32. Web safe color of #8298ad is #999999. Color #8298ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011000 10101101
Octal 202 230 255
Decimal 130 152 173
Hex 82 98 AD

RGB Percentages of Color #8298ad

%28.57
%33.41
%38.02

CMYK Percentages of Color #8298ad

%25
%12
%0
%32

Triadic Colors of #8298ad

#8298ad #ad8298 #98ad82

Analogous Colors of #8298ad

#8298ad #8283ad #82adad

Monochromatic Colors of #8298ad

#8298ad

Complementary Color

#8298ad #ad9782

#8298ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8298ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8298ad Color CSS Codes

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

#8298ad Text Font Color

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

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


#8298ad Background Color

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

This div background color is #8298ad


#8298ad Border Color

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

This div border color is #8298ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8298ad


Comments

No comments written yet.

Please login to write comment.