Color Hex Logo

#086eb5 Color Hex

#086EB5
(8,110,181)
0 Favorites   0 Comments

Color spaces of #086eb5

RGB 8110181
HSL0.570.920.37
HSV205°96°71°
CMYK 0.960.390.00   0.29
XYZ14.016614.539745.7837
Yxy14.53970.18850.1956
Hunter Lab38.1310-1.1142-44.4976
CIE-Lab44.99721.2438-44.6675

#086eb5 color RGB value is (8,110,181).

#086eb5 hex color red value is 8, green value is 110 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #086eb5 hue: 0.57 , saturation: 0.92 and the lightness value of 086eb5 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101110 10110101
Octal 10 156 265
Decimal 8 110 181
Hex 8 6E B5

RGB Percentages of Color #086eb5

%2.68
%36.79
%60.54

CMYK Percentages of Color #086eb5

%96
%39
%0
%29

Triadic Colors of #086eb5

#086eb5 #b5086e #6eb508

Analogous Colors of #086eb5

#086eb5 #0818b5 #08b5a6

Monochromatic Colors of #086eb5

#086eb5

Complementary Color

#086eb5 #b54f08

#086eb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086eb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086eb5 Color CSS Codes

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

#086eb5 Text Font Color

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

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


#086eb5 Background Color

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

This div background color is #086eb5


#086eb5 Border Color

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

This div border color is #086eb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086eb5


Comments

No comments written yet.

Please login to write comment.