Color Hex Logo

#086351 Color Hex

#086351
(8,99,81)
0 Favorites   0 Comments

Color spaces of #086351

RGB 89981
HSL0.470.850.21
HSV168°92°39°
CMYK 0.920.000.18   0.61
XYZ6.04729.56949.3129
Yxy9.56940.24260.3839
Hunter Lab30.9344-19.24133.8047
CIE-Lab37.0582-29.09253.3603

#086351 color RGB value is (8,99,81).

#086351 hex color red value is 8, green value is 99 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #086351 hue: 0.47 , saturation: 0.85 and the lightness value of 086351 is 0.21.

The process color (four color CMYK) of #086351 color hex is 0.92, 0.00, 0.18, 0.61. Web safe color of #086351 is #006666. Color #086351 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01100011 01010001
Octal 10 143 121
Decimal 8 99 81
Hex 8 63 51

RGB Percentages of Color #086351

%4.26
%52.66
%43.09

CMYK Percentages of Color #086351

%92
%0
%18
%61

Triadic Colors of #086351

#086351 #510863 #635108

Analogous Colors of #086351

#086351 #084863 #086324

Monochromatic Colors of #086351

#086351

Complementary Color

#086351 #63081a

#086351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086351 Color CSS Codes

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

#086351 Text Font Color

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

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


#086351 Background Color

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

This div background color is #086351


#086351 Border Color

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

This div border color is #086351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086351


Comments

No comments written yet.

Please login to write comment.