Color Hex Logo

#086eee Color Hex

#086EEE
(8,110,238)
0 Favorites   0 Comments

Color spaces of #086eee

RGB 8110238
HSL0.590.930.48
HSV213°97°93°
CMYK 0.970.540.00   0.07
XYZ21.108717.376583.1304
Yxy17.37650.17360.1429
Hunter Lab41.685117.4406-89.0593
CIE-Lab48.731023.7792-71.1894

#086eee color RGB value is (8,110,238).

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

The process color (four color CMYK) of #086eee color hex is 0.97, 0.54, 0.00, 0.07. Web safe color of #086eee is #0066ff. Color #086eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101110 11101110
Octal 10 156 356
Decimal 8 110 238
Hex 8 6E EE

RGB Percentages of Color #086eee

%2.25
%30.90
%66.85

CMYK Percentages of Color #086eee

%97
%54
%0
%7

Triadic Colors of #086eee

#086eee #ee086e #6eee08

Analogous Colors of #086eee

#086eee #1508ee #08e1ee

Monochromatic Colors of #086eee

#086eee

Complementary Color

#086eee #ee8808

#086eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#086eee Color CSS Codes

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

#086eee Text Font Color

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

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


#086eee Background Color

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

This div background color is #086eee


#086eee Border Color

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

This div border color is #086eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086eee


Comments

No comments written yet.

Please login to write comment.