Color Hex Logo

#7ad311 Color Hex

#7AD311
(122,211,17)
0 Favorites   0 Comments

Color spaces of #7ad311

RGB 12221117
HSL0.240.850.45
HSV88°92°83°
CMYK 0.420.000.92   0.17
XYZ31.421550.76668.6732
Yxy50.76660.34580.5587
Hunter Lab71.2507-45.970342.6582
CIE-Lab76.5374-53.141573.4935

#7ad311 color RGB value is (122,211,17).

#7ad311 hex color red value is 122, green value is 211 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #7ad311 hue: 0.24 , saturation: 0.85 and the lightness value of 7ad311 is 0.45.

The process color (four color CMYK) of #7ad311 color hex is 0.42, 0.00, 0.92, 0.17. Web safe color of #7ad311 is #66cc00. Color #7ad311 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11010011 00010001
Octal 172 323 21
Decimal 122 211 17
Hex 7A D3 11

RGB Percentages of Color #7ad311

%34.86
%60.29
%4.86

CMYK Percentages of Color #7ad311

%42
%0
%92
%17

Triadic Colors of #7ad311

#7ad311 #117ad3 #d3117a

Analogous Colors of #7ad311

#7ad311 #19d311 #d3cb11

Monochromatic Colors of #7ad311

#7ad311

Complementary Color

#7ad311 #6a11d3

#7ad311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad311 Color CSS Codes

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

#7ad311 Text Font Color

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

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


#7ad311 Background Color

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

This div background color is #7ad311


#7ad311 Border Color

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

This div border color is #7ad311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad311


Comments

No comments written yet.

Please login to write comment.