Color Hex Logo

#8e9608 Color Hex

#8E9608
(142,150,8)
0 Favorites   0 Comments

Color spaces of #8e9608

RGB 1421508
HSL0.180.900.31
HSV63°95°59°
CMYK 0.050.000.95   0.41
XYZ22.105527.58104.3883
Yxy27.58100.40880.5101
Hunter Lab52.5176-16.772331.8081
CIE-Lab59.5083-17.981861.6155

#8e9608 color RGB value is (142,150,8).

#8e9608 hex color red value is 142, green value is 150 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #8e9608 hue: 0.18 , saturation: 0.90 and the lightness value of 8e9608 is 0.31.

The process color (four color CMYK) of #8e9608 color hex is 0.05, 0.00, 0.95, 0.41. Web safe color of #8e9608 is #999900. Color #8e9608 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10010110 00001000
Octal 216 226 10
Decimal 142 150 8
Hex 8E 96 8

RGB Percentages of Color #8e9608

%47.33
%50.00
%2.67

CMYK Percentages of Color #8e9608

%5
%0
%95
%41

Triadic Colors of #8e9608

#8e9608 #088e96 #96088e

Analogous Colors of #8e9608

#8e9608 #479608 #965708

Monochromatic Colors of #8e9608

#8e9608

Complementary Color

#8e9608 #100896

#8e9608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e9608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e9608 Color CSS Codes

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

#8e9608 Text Font Color

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

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


#8e9608 Background Color

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

This div background color is #8e9608


#8e9608 Border Color

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

This div border color is #8e9608


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e9608


Comments

No comments written yet.

Please login to write comment.