Color Hex Logo

#084502 Color Hex

#084502
(8,69,2)
0 Favorites   0 Comments

Color spaces of #084502

RGB 8692
HSL0.320.940.14
HSV115°97°27°
CMYK 0.880.000.97   0.73
XYZ2.23924.31230.7718
Yxy4.31230.30580.5888
Hunter Lab20.7661-17.093012.3327
CIE-Lab24.6781-32.000931.5091

#084502 color RGB value is (8,69,2).

#084502 hex color red value is 8, green value is 69 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #084502 hue: 0.32 , saturation: 0.94 and the lightness value of 084502 is 0.14.

The process color (four color CMYK) of #084502 color hex is 0.88, 0.00, 0.97, 0.73. Web safe color of #084502 is #003300. Color #084502 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000101 00000010
Octal 10 105 2
Decimal 8 69 2
Hex 8 45 2

RGB Percentages of Color #084502

%10.13
%87.34
%2.53

CMYK Percentages of Color #084502

%88
%0
%97
%73

Triadic Colors of #084502

#084502 #020845 #450208

Analogous Colors of #084502

#084502 #02451e #2a4502

Monochromatic Colors of #084502

#084502

Complementary Color

#084502 #3f0245

#084502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084502 Color CSS Codes

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

#084502 Text Font Color

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

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


#084502 Background Color

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

This div background color is #084502


#084502 Border Color

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

This div border color is #084502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084502


Comments

No comments written yet.

Please login to write comment.