Color Hex Logo

#7f8008 Color Hex

#7F8008
(127,128,8)
0 Favorites   0 Comments

Color spaces of #7f8008

RGB 1271288
HSL0.170.880.27
HSV61°94°50°
CMYK 0.010.000.94   0.50
XYZ16.515419.96793.2135
Yxy19.96790.41600.5030
Hunter Lab44.6855-12.227327.0161
CIE-Lab51.8009-13.235055.0913

#7f8008 color RGB value is (127,128,8).

#7f8008 hex color red value is 127, green value is 128 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #7f8008 hue: 0.17 , saturation: 0.88 and the lightness value of 7f8008 is 0.27.

The process color (four color CMYK) of #7f8008 color hex is 0.01, 0.00, 0.94, 0.50. Web safe color of #7f8008 is #669900. Color #7f8008 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10000000 00001000
Octal 177 200 10
Decimal 127 128 8
Hex 7F 80 8

RGB Percentages of Color #7f8008

%48.29
%48.67
%3.04

CMYK Percentages of Color #7f8008

%1
%0
%94
%50

Triadic Colors of #7f8008

#7f8008 #087f80 #80087f

Analogous Colors of #7f8008

#7f8008 #438008 #804508

Monochromatic Colors of #7f8008

#7f8008

Complementary Color

#7f8008 #090880

#7f8008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f8008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f8008 Color CSS Codes

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

#7f8008 Text Font Color

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

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


#7f8008 Background Color

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

This div background color is #7f8008


#7f8008 Border Color

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

This div border color is #7f8008


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,128,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 #7f8008">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f8008


Comments

No comments written yet.

Please login to write comment.