Color Hex Logo

#086eda Color Hex

#086EDA
(8,110,218)
0 Favorites   0 Comments

Color spaces of #086eda

RGB 8110218
HSL0.590.930.44
HSV211°96°85°
CMYK 0.960.500.00   0.15
XYZ18.331016.265468.5031
Yxy16.26540.17780.1578
Hunter Lab40.330410.5538-72.4756
CIE-Lab47.320815.9468-62.2009

#086eda color RGB value is (8,110,218).

#086eda hex color red value is 8, green value is 110 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #086eda hue: 0.59 , saturation: 0.93 and the lightness value of 086eda is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101110 11011010
Octal 10 156 332
Decimal 8 110 218
Hex 8 6E DA

RGB Percentages of Color #086eda

%2.38
%32.74
%64.88

CMYK Percentages of Color #086eda

%96
%50
%0
%15

Triadic Colors of #086eda

#086eda #da086e #6eda08

Analogous Colors of #086eda

#086eda #0b08da #08d7da

Monochromatic Colors of #086eda

#086eda

Complementary Color

#086eda #da7408

#086eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#086eda Color CSS Codes

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

#086eda Text Font Color

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

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


#086eda Background Color

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

This div background color is #086eda


#086eda Border Color

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

This div border color is #086eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086eda


Comments

No comments written yet.

Please login to write comment.