Color Hex Logo

#086470 Color Hex

#086470
(8,100,112)
0 Favorites   0 Comments

Color spaces of #086470

RGB 8100112
HSL0.520.870.24
HSV187°93°44°
CMYK 0.930.110.00   0.56
XYZ7.581910.335816.9246
Yxy10.33580.21760.2966
Hunter Lab32.1493-14.1650-8.7079
CIE-Lab38.4385-19.4118-13.6754

#086470 color RGB value is (8,100,112).

#086470 hex color red value is 8, green value is 100 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #086470 hue: 0.52 , saturation: 0.87 and the lightness value of 086470 is 0.24.

The process color (four color CMYK) of #086470 color hex is 0.93, 0.11, 0.00, 0.56. Web safe color of #086470 is #006666. Color #086470 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01100100 01110000
Octal 10 144 160
Decimal 8 100 112
Hex 8 64 70

RGB Percentages of Color #086470

%3.64
%45.45
%50.91

CMYK Percentages of Color #086470

%93
%11
%0
%56

Triadic Colors of #086470

#086470 #700864 #647008

Analogous Colors of #086470

#086470 #083070 #087048

Monochromatic Colors of #086470

#086470

Complementary Color

#086470 #701408

#086470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086470 Color CSS Codes

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

#086470 Text Font Color

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

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


#086470 Background Color

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

This div background color is #086470


#086470 Border Color

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

This div border color is #086470


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,100,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #086470; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #086470;
  -webkit-box-shadow: 1px 1px 3px 2px #086470;
  box-shadow:         1px 1px 3px 2px #086470; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086470


Comments

No comments written yet.

Please login to write comment.