Color Hex Logo

#084e2f Color Hex

#084E2F
(8,78,47)
0 Favorites   0 Comments

Color spaces of #084e2f

RGB 87847
HSL0.430.810.17
HSV153°90°31°
CMYK 0.900.000.40   0.69
XYZ3.33765.70563.6147
Yxy5.70560.26370.4508
Hunter Lab23.8864-16.85977.7482
CIE-Lab28.6572-28.755412.7165

#084e2f color RGB value is (8,78,47).

#084e2f hex color red value is 8, green value is 78 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #084e2f hue: 0.43 , saturation: 0.81 and the lightness value of 084e2f is 0.17.

The process color (four color CMYK) of #084e2f color hex is 0.90, 0.00, 0.40, 0.69. Web safe color of #084e2f is #006633. Color #084e2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001110 00101111
Octal 10 116 57
Decimal 8 78 47
Hex 8 4E 2F

RGB Percentages of Color #084e2f

%6.02
%58.65
%35.34

CMYK Percentages of Color #084e2f

%90
%0
%40
%69

Triadic Colors of #084e2f

#084e2f #2f084e #4e2f08

Analogous Colors of #084e2f

#084e2f #084a4e #084e0c

Monochromatic Colors of #084e2f

#084e2f

Complementary Color

#084e2f #4e0827

#084e2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084e2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#084e2f Color CSS Codes

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

#084e2f Text Font Color

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

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


#084e2f Background Color

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

This div background color is #084e2f


#084e2f Border Color

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

This div border color is #084e2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084e2f


Comments

No comments written yet.

Please login to write comment.