Color Hex Logo

#7dc009 Color Hex

#7DC009
(125,192,9)
0 Favorites   0 Comments

Color spaces of #7dc009

RGB 1251929
HSL0.230.910.39
HSV82°95°75°
CMYK 0.350.000.95   0.25
XYZ27.356442.07906.9387
Yxy42.07900.35820.5510
Hunter Lab64.8683-38.242239.0658
CIE-Lab70.9254-44.554469.9855

#7dc009 color RGB value is (125,192,9).

#7dc009 hex color red value is 125, green value is 192 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #7dc009 hue: 0.23 , saturation: 0.91 and the lightness value of 7dc009 is 0.39.

The process color (four color CMYK) of #7dc009 color hex is 0.35, 0.00, 0.95, 0.25. Web safe color of #7dc009 is #66cc00. Color #7dc009 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11000000 00001001
Octal 175 300 11
Decimal 125 192 9
Hex 7D C0 9

RGB Percentages of Color #7dc009

%38.34
%58.90
%2.76

CMYK Percentages of Color #7dc009

%35
%0
%95
%25

Triadic Colors of #7dc009

#7dc009 #097dc0 #c0097d

Analogous Colors of #7dc009

#7dc009 #22c009 #c0a809

Monochromatic Colors of #7dc009

#7dc009

Complementary Color

#7dc009 #4c09c0

#7dc009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dc009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dc009 Color CSS Codes

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

#7dc009 Text Font Color

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

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


#7dc009 Background Color

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

This div background color is #7dc009


#7dc009 Border Color

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

This div border color is #7dc009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dc009


Comments

No comments written yet.

Please login to write comment.