Color Hex Logo

#7fa604 Color Hex

#7FA604
(127,166,4)
0 Favorites   0 Comments

Color spaces of #7fa604

RGB 1271664
HSL0.210.950.33
HSV74°98°65°
CMYK 0.230.000.98   0.35
XYZ22.410531.79325.0704
Yxy31.79320.37810.5364
Hunter Lab56.3855-27.729434.1382
CIE-Lab63.1716-32.364164.5483

#7fa604 color RGB value is (127,166,4).

#7fa604 hex color red value is 127, green value is 166 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #7fa604 hue: 0.21 , saturation: 0.95 and the lightness value of 7fa604 is 0.33.

The process color (four color CMYK) of #7fa604 color hex is 0.23, 0.00, 0.98, 0.35. Web safe color of #7fa604 is #669900. Color #7fa604 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100110 00000100
Octal 177 246 4
Decimal 127 166 4
Hex 7F A6 4

RGB Percentages of Color #7fa604

%42.76
%55.89
%1.35

CMYK Percentages of Color #7fa604

%23
%0
%98
%35

Triadic Colors of #7fa604

#7fa604 #047fa6 #a6047f

Analogous Colors of #7fa604

#7fa604 #2ea604 #a67c04

Monochromatic Colors of #7fa604

#7fa604

Complementary Color

#7fa604 #2b04a6

#7fa604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa604 Color CSS Codes

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

#7fa604 Text Font Color

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

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


#7fa604 Background Color

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

This div background color is #7fa604


#7fa604 Border Color

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

This div border color is #7fa604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa604


Comments

No comments written yet.

Please login to write comment.