Color Hex Logo

#086dda Color Hex

#086DDA
(8,109,218)
0 Favorites   0 Comments

Color spaces of #086dda

RGB 8109218
HSL0.590.930.44
HSV211°96°85°
CMYK 0.960.500.00   0.15
XYZ18.223716.050968.4673
Yxy16.05090.17740.1562
Hunter Lab40.063611.0830-73.2801
CIE-Lab47.041216.5871-62.6531

#086dda color RGB value is (8,109,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101101 11011010
Octal 10 155 332
Decimal 8 109 218
Hex 8 6D DA

RGB Percentages of Color #086dda

%2.39
%32.54
%65.07

CMYK Percentages of Color #086dda

%96
%50
%0
%15

Triadic Colors of #086dda

#086dda #da086d #6dda08

Analogous Colors of #086dda

#086dda #0c08da #08d6da

Monochromatic Colors of #086dda

#086dda

Complementary Color

#086dda #da7508

#086dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#086dda Color CSS Codes

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

#086dda Text Font Color

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

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


#086dda Background Color

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

This div background color is #086dda


#086dda Border Color

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

This div border color is #086dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086dda


Comments

No comments written yet.

Please login to write comment.