Color Hex Logo

#7ad804 Color Hex

#7AD804
(122,216,4)
0 Favorites   0 Comments

Color spaces of #7ad804

RGB 1222164
HSL0.240.960.43
HSV87°98°85°
CMYK 0.440.000.98   0.15
XYZ32.603853.25818.6763
Yxy53.25810.34490.5634
Hunter Lab72.9781-47.964944.0358
CIE-Lab78.0271-55.279876.0518

#7ad804 color RGB value is (122,216,4).

#7ad804 hex color red value is 122, green value is 216 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #7ad804 hue: 0.24 , saturation: 0.96 and the lightness value of 7ad804 is 0.43.

The process color (four color CMYK) of #7ad804 color hex is 0.44, 0.00, 0.98, 0.15. Web safe color of #7ad804 is #66cc00. Color #7ad804 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011000 00000100
Octal 172 330 4
Decimal 122 216 4
Hex 7A D8 4

RGB Percentages of Color #7ad804

%35.67
%63.16
%1.17

CMYK Percentages of Color #7ad804

%44
%0
%98
%15

Triadic Colors of #7ad804

#7ad804 #047ad8 #d8047a

Analogous Colors of #7ad804

#7ad804 #10d804 #d8cc04

Monochromatic Colors of #7ad804

#7ad804

Complementary Color

#7ad804 #6204d8

#7ad804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad804 Color CSS Codes

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

#7ad804 Text Font Color

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

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


#7ad804 Background Color

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

This div background color is #7ad804


#7ad804 Border Color

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

This div border color is #7ad804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad804


Comments

No comments written yet.

Please login to write comment.