Color Hex Logo

#0086ac Color Hex

#0086AC
(0,134,172)
0 Favorites   0 Comments

Color spaces of #0086ac

RGB 0134172
HSL0.541.000.34
HSV193°100°67°
CMYK 1.000.220.00   0.33
XYZ15.971520.028842.0539
Yxy20.02880.20460.2566
Hunter Lab44.7535-14.6162-24.3860
CIE-Lab51.8698-16.6289-28.6337

#0086ac color RGB value is (0,134,172).

#0086ac hex color red value is 0, green value is 134 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0086ac hue: 0.54 , saturation: 1.00 and the lightness value of 0086ac is 0.34.

The process color (four color CMYK) of #0086ac color hex is 1.00, 0.22, 0.00, 0.33. Web safe color of #0086ac is #009999. Color #0086ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000110 10101100
Octal 0 206 254
Decimal 0 134 172
Hex 0 86 AC

RGB Percentages of Color #0086ac

%0.00
%43.79
%56.21

CMYK Percentages of Color #0086ac

%100
%22
%0
%33

Triadic Colors of #0086ac

#0086ac #ac0086 #86ac00

Analogous Colors of #0086ac

#0086ac #0030ac #00ac7c

Monochromatic Colors of #0086ac

#0086ac

Complementary Color

#0086ac #ac2600

#0086ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0086ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0086ac Color CSS Codes

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

#0086ac Text Font Color

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

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


#0086ac Background Color

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

This div background color is #0086ac


#0086ac Border Color

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

This div border color is #0086ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0086ac


Comments

No comments written yet.

Please login to write comment.