color codes Logo

#7adc3b color codes

#7ADC3B
(122,220,59)
0 Favorites   0 Comments

Color spaces of #7adc3b

RGB 12222059
HSL0.270.700.55
HSV97°73°86°
CMYK 0.450.000.73   0.14
XYZ34.408755.639713.0637
Yxy55.63970.33370.5396
Hunter Lab74.5920-48.195441.8306
CIE-Lab79.4083-54.890165.8543

#7adc3b color RGB value is (122,220,59).

#7adc3b hex color red value is 122, green value is 220 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #7adc3b hue: 0.27 , saturation: 0.70 and the lightness value of 7adc3b is 0.55.

The process color (four color CMYK) of #7adc3b color code is 0.45, 0.00, 0.73, 0.14. Web safe color of #7adc3b is #66cc33. Color #7adc3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011100 00111011
Octal 172 334 73
Decimal 122 220 59
Hex 7A DC 3B

RGB Percentages of Color #7adc3b

%30.42
%54.86
%14.71

CMYK Percentages of Color #7adc3b

%45
%0
%73
%14

Triadic Colors of #7adc3b

#7adc3b #3b7adc #dc3b7a

Analogous Colors of #7adc3b

#7adc3b #3bdc4c #cbdc3b

Monochromatic Colors of #7adc3b

#7adc3b

Complementary Color

#7adc3b #9d3bdc

#7adc3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adc3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adc3b Color CSS Codes

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

#7adc3b Text Font Color

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

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


#7adc3b Background Color

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

This div background color is #7adc3b


#7adc3b Border Color

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

This div border color is #7adc3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adc3b


Comments

No comments written yet.

Please login to write comment.