Color Hex Logo

#6882ac Color Hex

#6882AC
(104,130,172)
0 Favorites   0 Comments

Color spaces of #6882ac

RGB 104130172
HSL0.600.290.54
HSV217°40°67°
CMYK 0.400.240.00   0.33
XYZ21.137921.886942.1402
Yxy21.88690.24820.2570
Hunter Lab46.7834-1.2204-20.6571
CIE-Lab53.90681.6091-25.2211

#6882ac color RGB value is (104,130,172).

#6882ac hex color red value is 104, green value is 130 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6882ac hue: 0.60 , saturation: 0.29 and the lightness value of 6882ac is 0.54.

The process color (four color CMYK) of #6882ac color hex is 0.40, 0.24, 0.00, 0.33. Web safe color of #6882ac is #669999. Color #6882ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000010 10101100
Octal 150 202 254
Decimal 104 130 172
Hex 68 82 AC

RGB Percentages of Color #6882ac

%25.62
%32.02
%42.36

CMYK Percentages of Color #6882ac

%40
%24
%0
%33

Triadic Colors of #6882ac

#6882ac #ac6882 #82ac68

Analogous Colors of #6882ac

#6882ac #7068ac #68a4ac

Monochromatic Colors of #6882ac

#6882ac

Complementary Color

#6882ac #ac9268

#6882ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6882ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6882ac Color CSS Codes

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

#6882ac Text Font Color

<p style="color:#6882ac">Text here</p>

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


#6882ac Background Color

<div style="background-color:#6882ac">
Div content here</div>

This div background color is #6882ac


#6882ac Border Color

<div style="border:3px solid #6882ac">
Div here</div>

This div border color is #6882ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,130,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6882ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6882ac;
  -webkit-box-shadow: 1px 1px 3px 2px #6882ac;
  box-shadow:         1px 1px 3px 2px #6882ac; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6882ac

#6882ac Color Palettes


Comments

No comments written yet.

Please login to write comment.