Color Hex Logo

#086dae Color Hex

#086DAE
(8,109,174)
0 Favorites   0 Comments

Color spaces of #086dae

RGB 8109174
HSL0.570.910.36
HSV203°95°68°
CMYK 0.950.370.00   0.32
XYZ13.208814.044942.0592
Yxy14.04490.19060.2026
Hunter Lab37.4765-2.6707-40.3065
CIE-Lab44.2973-0.9147-41.6959

#086dae color RGB value is (8,109,174).

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

The process color (four color CMYK) of #086dae color hex is 0.95, 0.37, 0.00, 0.32. Web safe color of #086dae is #006699. Color #086dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101101 10101110
Octal 10 155 256
Decimal 8 109 174
Hex 8 6D AE

RGB Percentages of Color #086dae

%2.75
%37.46
%59.79

CMYK Percentages of Color #086dae

%95
%37
%0
%32

Triadic Colors of #086dae

#086dae #ae086d #6dae08

Analogous Colors of #086dae

#086dae #081aae #08ae9c

Monochromatic Colors of #086dae

#086dae

Complementary Color

#086dae #ae4908

#086dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#086dae Color CSS Codes

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

#086dae Text Font Color

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

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


#086dae Background Color

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

This div background color is #086dae


#086dae Border Color

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

This div border color is #086dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,109,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #086dae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086dae


Comments

No comments written yet.

Please login to write comment.