Color Hex Logo

#086074 Color Hex

#086074
(8,96,116)
0 Favorites   0 Comments

Color spaces of #086074

RGB 896116
HSL0.530.870.24
HSV191°93°45°
CMYK 0.930.170.00   0.55
XYZ7.43549.678317.9992
Yxy9.67830.21180.2756
Hunter Lab31.1100-11.7803-12.5263
CIE-Lab37.2588-15.7221-17.9388

#086074 color RGB value is (8,96,116).

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

The process color (four color CMYK) of #086074 color hex is 0.93, 0.17, 0.00, 0.55. Web safe color of #086074 is #006666. Color #086074 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01100000 01110100
Octal 10 140 164
Decimal 8 96 116
Hex 8 60 74

RGB Percentages of Color #086074

%3.64
%43.64
%52.73

CMYK Percentages of Color #086074

%93
%17
%0
%55

Triadic Colors of #086074

#086074 #740860 #607408

Analogous Colors of #086074

#086074 #082a74 #087452

Monochromatic Colors of #086074

#086074

Complementary Color

#086074 #741c08

#086074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086074 Color CSS Codes

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

#086074 Text Font Color

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

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


#086074 Background Color

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

This div background color is #086074


#086074 Border Color

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

This div border color is #086074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086074


Comments

No comments written yet.

Please login to write comment.