Color Hex Logo

#7fa402 Color Hex

#7FA402
(127,164,2)
0 Favorites   0 Comments

Color spaces of #7fa402

RGB 1271642
HSL0.200.980.33
HSV74°99°64°
CMYK 0.230.000.99   0.36
XYZ22.038831.06734.8925
Yxy31.06730.38000.5357
Hunter Lab55.7380-26.962833.8124
CIE-Lab62.5644-31.464264.3530

#7fa402 color RGB value is (127,164,2).

#7fa402 hex color red value is 127, green value is 164 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #7fa402 hue: 0.20 , saturation: 0.98 and the lightness value of 7fa402 is 0.33.

The process color (four color CMYK) of #7fa402 color hex is 0.23, 0.00, 0.99, 0.36. Web safe color of #7fa402 is #669900. Color #7fa402 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100100 00000010
Octal 177 244 2
Decimal 127 164 2
Hex 7F A4 2

RGB Percentages of Color #7fa402

%43.34
%55.97
%0.68

CMYK Percentages of Color #7fa402

%23
%0
%99
%36

Triadic Colors of #7fa402

#7fa402 #027fa4 #a4027f

Analogous Colors of #7fa402

#7fa402 #2ea402 #a47802

Monochromatic Colors of #7fa402

#7fa402

Complementary Color

#7fa402 #2702a4

#7fa402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa402 Color CSS Codes

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

#7fa402 Text Font Color

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

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


#7fa402 Background Color

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

This div background color is #7fa402


#7fa402 Border Color

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

This div border color is #7fa402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa402


Comments

No comments written yet.

Please login to write comment.