Color Hex Logo

#7da700 Color Hex

#7DA700
(125,167,0)
0 Favorites   0 Comments

Color spaces of #7da700

RGB 1251670
HSL0.211.000.33
HSV75°100°65°
CMYK 0.250.001.00   0.35
XYZ22.276231.99745.0020
Yxy31.99740.37580.5398
Hunter Lab56.5662-28.696334.3535
CIE-Lab63.3407-33.711465.1650

#7da700 color RGB value is (125,167,0).

#7da700 hex color red value is 125, green value is 167 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #7da700 hue: 0.21 , saturation: 1.00 and the lightness value of 7da700 is 0.33.

The process color (four color CMYK) of #7da700 color hex is 0.25, 0.00, 1.00, 0.35. Web safe color of #7da700 is #669900. Color #7da700 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100111 00000000
Octal 175 247 0
Decimal 125 167 0
Hex 7D A7 0

RGB Percentages of Color #7da700

%42.81
%57.19
%0.00

CMYK Percentages of Color #7da700

%25
%0
%100
%35

Triadic Colors of #7da700

#7da700 #007da7 #a7007d

Analogous Colors of #7da700

#7da700 #2aa700 #a77e00

Monochromatic Colors of #7da700

#7da700

Complementary Color

#7da700 #2a00a7

#7da700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da700 Color CSS Codes

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

#7da700 Text Font Color

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

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


#7da700 Background Color

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

This div background color is #7da700


#7da700 Border Color

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

This div border color is #7da700


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,167,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7da700; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7da700;
  -webkit-box-shadow: 1px 1px 3px 2px #7da700;
  box-shadow:         1px 1px 3px 2px #7da700; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da700


Comments

No comments written yet.

Please login to write comment.