Color Hex Logo

#086bae Color Hex

#086BAE
(8,107,174)
0 Favorites   0 Comments

Color spaces of #086bae

RGB 8107174
HSL0.570.910.36
HSV204°95°68°
CMYK 0.950.390.00   0.32
XYZ12.997813.623041.9888
Yxy13.62300.18940.1986
Hunter Lab36.9093-1.7317-41.6129
CIE-Lab43.68730.3277-42.6661

#086bae color RGB value is (8,107,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101011 10101110
Octal 10 153 256
Decimal 8 107 174
Hex 8 6B AE

RGB Percentages of Color #086bae

%2.77
%37.02
%60.21

CMYK Percentages of Color #086bae

%95
%39
%0
%32

Triadic Colors of #086bae

#086bae #ae086b #6bae08

Analogous Colors of #086bae

#086bae #0818ae #08ae9e

Monochromatic Colors of #086bae

#086bae

Complementary Color

#086bae #ae4b08

#086bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#086bae Color CSS Codes

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

#086bae Text Font Color

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

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


#086bae Background Color

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

This div background color is #086bae


#086bae Border Color

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

This div border color is #086bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086bae


Comments

No comments written yet.

Please login to write comment.