Color Hex Logo

#086aac Color Hex

#086AAC
(8,106,172)
0 Favorites   0 Comments

Color spaces of #086aac

RGB 8106172
HSL0.570.910.35
HSV204°95°67°
CMYK 0.950.380.00   0.33
XYZ12.700613.338240.9349
Yxy13.33820.18960.1992
Hunter Lab36.5215-1.8380-40.8898
CIE-Lab43.26850.1547-42.1600

#086aac color RGB value is (8,106,172).

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

The process color (four color CMYK) of #086aac color hex is 0.95, 0.38, 0.00, 0.33. Web safe color of #086aac is #006699. Color #086aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101010 10101100
Octal 10 152 254
Decimal 8 106 172
Hex 8 6A AC

RGB Percentages of Color #086aac

%2.80
%37.06
%60.14

CMYK Percentages of Color #086aac

%95
%38
%0
%33

Triadic Colors of #086aac

#086aac #ac086a #6aac08

Analogous Colors of #086aac

#086aac #0818ac #08ac9c

Monochromatic Colors of #086aac

#086aac

Complementary Color

#086aac #ac4a08

#086aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#086aac Color CSS Codes

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

#086aac Text Font Color

<p style="color:#086aac">Text here</p>

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


#086aac Background Color

<div style="background-color:#086aac">
Div content here</div>

This div background color is #086aac


#086aac Border Color

<div style="border:3px solid #086aac">
Div here</div>

This div border color is #086aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086aac


Comments

No comments written yet.

Please login to write comment.