Color Hex Logo

#7ad041 Color Hex

#7AD041
(122,208,65)
0 Favorites   0 Comments

Color spaces of #7ad041

RGB 12220865
HSL0.270.600.54
HSV96°69°82°
CMYK 0.410.000.69   0.18
XYZ31.536049.631012.9186
Yxy49.63100.33520.5275
Hunter Lab70.4493-43.382338.4422
CIE-Lab75.8422-49.725560.0724

#7ad041 color RGB value is (122,208,65).

#7ad041 hex color red value is 122, green value is 208 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #7ad041 hue: 0.27 , saturation: 0.60 and the lightness value of 7ad041 is 0.54.

The process color (four color CMYK) of #7ad041 color hex is 0.41, 0.00, 0.69, 0.18. Web safe color of #7ad041 is #66cc33. Color #7ad041 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11010000 01000001
Octal 172 320 101
Decimal 122 208 65
Hex 7A D0 41

RGB Percentages of Color #7ad041

%30.89
%52.66
%16.46

CMYK Percentages of Color #7ad041

%41
%0
%69
%18

Triadic Colors of #7ad041

#7ad041 #417ad0 #d0417a

Analogous Colors of #7ad041

#7ad041 #41d050 #c2d041

Monochromatic Colors of #7ad041

#7ad041

Complementary Color

#7ad041 #9741d0

#7ad041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad041 Color CSS Codes

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

#7ad041 Text Font Color

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

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


#7ad041 Background Color

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

This div background color is #7ad041


#7ad041 Border Color

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

This div border color is #7ad041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad041


Comments

No comments written yet.

Please login to write comment.