Color Hex Logo

#086ace Color Hex

#086ACE
(8,106,206)
0 Favorites   0 Comments

Color spaces of #086ace

RGB 8106206
HSL0.580.930.42
HSV210°96°81°
CMYK 0.960.490.00   0.19
XYZ16.394814.815960.3882
Yxy14.81590.17900.1617
Hunter Lab38.49148.6692-66.0745
CIE-Lab45.381013.7562-58.4920

#086ace color RGB value is (8,106,206).

#086ace hex color red value is 8, green value is 106 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #086ace hue: 0.58 , saturation: 0.93 and the lightness value of 086ace is 0.42.

The process color (four color CMYK) of #086ace color hex is 0.96, 0.49, 0.00, 0.19. Web safe color of #086ace is #0066cc. Color #086ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101010 11001110
Octal 10 152 316
Decimal 8 106 206
Hex 8 6A CE

RGB Percentages of Color #086ace

%2.50
%33.13
%64.38

CMYK Percentages of Color #086ace

%96
%49
%0
%19

Triadic Colors of #086ace

#086ace #ce086a #6ace08

Analogous Colors of #086ace

#086ace #0908ce #08cdce

Monochromatic Colors of #086ace

#086ace

Complementary Color

#086ace #ce6c08

#086ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#086ace Color CSS Codes

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

#086ace Text Font Color

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

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


#086ace Background Color

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

This div background color is #086ace


#086ace Border Color

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

This div border color is #086ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086ace


Comments

No comments written yet.

Please login to write comment.