Color Hex Logo

#086edf Color Hex

#086EDF
(8,110,223)
0 Favorites   0 Comments

Color spaces of #086edf

RGB 8110223
HSL0.590.930.45
HSV212°96°87°
CMYK 0.960.510.00   0.13
XYZ18.995416.531272.0017
Yxy16.53120.17670.1537
Hunter Lab40.658612.2414-76.5348
CIE-Lab47.663817.9169-64.4787

#086edf color RGB value is (8,110,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101110 11011111
Octal 10 156 337
Decimal 8 110 223
Hex 8 6E DF

RGB Percentages of Color #086edf

%2.35
%32.26
%65.40

CMYK Percentages of Color #086edf

%96
%51
%0
%13

Triadic Colors of #086edf

#086edf #df086e #6edf08

Analogous Colors of #086edf

#086edf #0d08df #08dadf

Monochromatic Colors of #086edf

#086edf

Complementary Color

#086edf #df7908

#086edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#086edf Color CSS Codes

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

#086edf Text Font Color

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

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


#086edf Background Color

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

This div background color is #086edf


#086edf Border Color

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

This div border color is #086edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086edf


Comments

No comments written yet.

Please login to write comment.