Color Hex Logo

#086615 Color Hex

#086615
(8,102,21)
0 Favorites   0 Comments

Color spaces of #086615

RGB 810221
HSL0.360.850.22
HSV128°92°40°
CMYK 0.920.000.79   0.60
XYZ4.98699.60852.3013
Yxy9.60850.29510.5687
Hunter Lab30.9976-25.528617.2965
CIE-Lab37.1304-41.827036.3072

#086615 color RGB value is (8,102,21).

#086615 hex color red value is 8, green value is 102 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #086615 hue: 0.36 , saturation: 0.85 and the lightness value of 086615 is 0.22.

The process color (four color CMYK) of #086615 color hex is 0.92, 0.00, 0.79, 0.60. Web safe color of #086615 is #006600. Color #086615 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01100110 00010101
Octal 10 146 25
Decimal 8 102 21
Hex 8 66 15

RGB Percentages of Color #086615

%6.11
%77.86
%16.03

CMYK Percentages of Color #086615

%92
%0
%79
%60

Triadic Colors of #086615

#086615 #150866 #661508

Analogous Colors of #086615

#086615 #086644 #2a6608

Monochromatic Colors of #086615

#086615

Complementary Color

#086615 #660859

#086615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086615 Color CSS Codes

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

#086615 Text Font Color

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

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


#086615 Background Color

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

This div background color is #086615


#086615 Border Color

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

This div border color is #086615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086615


Comments

No comments written yet.

Please login to write comment.