Color Hex Logo

#7da012 Color Hex

#7DA012
(125,160,18)
0 Favorites   0 Comments

Color spaces of #7da012

RGB 12516018
HSL0.210.800.35
HSV75°89°63°
CMYK 0.220.000.89   0.37
XYZ21.137429.54535.1610
Yxy29.54530.37850.5291
Hunter Lab54.3556-25.708532.4194
CIE-Lab61.2599-30.087760.8263

#7da012 color RGB value is (125,160,18).

#7da012 hex color red value is 125, green value is 160 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #7da012 hue: 0.21 , saturation: 0.80 and the lightness value of 7da012 is 0.35.

The process color (four color CMYK) of #7da012 color hex is 0.22, 0.00, 0.89, 0.37. Web safe color of #7da012 is #669900. Color #7da012 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100000 00010010
Octal 175 240 22
Decimal 125 160 18
Hex 7D A0 12

RGB Percentages of Color #7da012

%41.25
%52.81
%5.94

CMYK Percentages of Color #7da012

%22
%0
%89
%37

Triadic Colors of #7da012

#7da012 #127da0 #a0127d

Analogous Colors of #7da012

#7da012 #36a012 #a07c12

Monochromatic Colors of #7da012

#7da012

Complementary Color

#7da012 #3512a0

#7da012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da012 Color CSS Codes

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

#7da012 Text Font Color

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

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


#7da012 Background Color

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

This div background color is #7da012


#7da012 Border Color

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

This div border color is #7da012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da012


Comments

No comments written yet.

Please login to write comment.