Color Hex Logo

#0882ac Color Hex

#0882AC
(8,130,172)
0 Favorites   0 Comments

Color spaces of #0882ac

RGB 8130172
HSL0.540.910.35
HSV195°95°67°
CMYK 0.950.240.00   0.33
XYZ15.529218.995441.8777
Yxy18.99540.20330.2486
Hunter Lab43.5837-12.6706-26.4606
CIE-Lab50.6818-14.0793-30.4782

#0882ac color RGB value is (8,130,172).

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

The process color (four color CMYK) of #0882ac color hex is 0.95, 0.24, 0.00, 0.33. Web safe color of #0882ac is #009999. Color #0882ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10000010 10101100
Octal 10 202 254
Decimal 8 130 172
Hex 8 82 AC

RGB Percentages of Color #0882ac

%2.58
%41.94
%55.48

CMYK Percentages of Color #0882ac

%95
%24
%0
%33

Triadic Colors of #0882ac

#0882ac #ac0882 #82ac08

Analogous Colors of #0882ac

#0882ac #0830ac #08ac84

Monochromatic Colors of #0882ac

#0882ac

Complementary Color

#0882ac #ac3208

#0882ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0882ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0882ac Color CSS Codes

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

#0882ac Text Font Color

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

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


#0882ac Background Color

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

This div background color is #0882ac


#0882ac Border Color

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

This div border color is #0882ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0882ac


Comments

No comments written yet.

Please login to write comment.