Color Hex Logo

#7ada4d Color Hex

#7ADA4D
(122,218,77)
0 Favorites   0 Comments

Color spaces of #7ada4d

RGB 12221877
HSL0.280.660.58
HSV101°65°85°
CMYK 0.440.000.65   0.15
XYZ34.437054.816215.7867
Yxy54.81620.32780.5219
Hunter Lab74.0380-46.541439.1845
CIE-Lab78.9353-52.753558.6127

#7ada4d color RGB value is (122,218,77).

#7ada4d hex color red value is 122, green value is 218 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #7ada4d hue: 0.28 , saturation: 0.66 and the lightness value of 7ada4d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011010 01001101
Octal 172 332 115
Decimal 122 218 77
Hex 7A DA 4D

RGB Percentages of Color #7ada4d

%29.26
%52.28
%18.47

CMYK Percentages of Color #7ada4d

%44
%0
%65
%15

Triadic Colors of #7ada4d

#7ada4d #4d7ada #da4d7a

Analogous Colors of #7ada4d

#7ada4d #4dda67 #c1da4d

Monochromatic Colors of #7ada4d

#7ada4d

Complementary Color

#7ada4d #ad4dda

#7ada4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ada4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ada4d Color CSS Codes

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

#7ada4d Text Font Color

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

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


#7ada4d Background Color

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

This div background color is #7ada4d


#7ada4d Border Color

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

This div border color is #7ada4d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,218,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ada4d


Comments

No comments written yet.

Please login to write comment.