Color Hex Logo

#7ad34b Color Hex

#7AD34B
(122,211,75)
0 Favorites   0 Comments

Color spaces of #7ad34b

RGB 12221175
HSL0.280.610.56
HSV99°64°83°
CMYK 0.420.000.64   0.17
XYZ32.590351.234114.8281
Yxy51.23410.33040.5193
Hunter Lab71.5780-43.988437.8221
CIE-Lab76.8206-50.127557.1379

#7ad34b color RGB value is (122,211,75).

#7ad34b hex color red value is 122, green value is 211 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #7ad34b hue: 0.28 , saturation: 0.61 and the lightness value of 7ad34b is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11010011 01001011
Octal 172 323 113
Decimal 122 211 75
Hex 7A D3 4B

RGB Percentages of Color #7ad34b

%29.90
%51.72
%18.38

CMYK Percentages of Color #7ad34b

%42
%0
%64
%17

Triadic Colors of #7ad34b

#7ad34b #4b7ad3 #d34b7a

Analogous Colors of #7ad34b

#7ad34b #4bd360 #bed34b

Monochromatic Colors of #7ad34b

#7ad34b

Complementary Color

#7ad34b #a44bd3

#7ad34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad34b Color CSS Codes

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

#7ad34b Text Font Color

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

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


#7ad34b Background Color

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

This div background color is #7ad34b


#7ad34b Border Color

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

This div border color is #7ad34b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad34b


Comments

No comments written yet.

Please login to write comment.