Color Hex Logo

#7adc55 Color Hex

#7ADC55
(122,220,85)
0 Favorites   0 Comments

Color spaces of #7adc55

RGB 12222085
HSL0.290.660.60
HSV104°61°86°
CMYK 0.450.000.61   0.14
XYZ35.258955.979917.5412
Yxy55.97990.32410.5146
Hunter Lab74.8197-46.816138.4735
CIE-Lab79.6024-52.815456.0064

#7adc55 color RGB value is (122,220,85).

#7adc55 hex color red value is 122, green value is 220 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #7adc55 hue: 0.29 , saturation: 0.66 and the lightness value of 7adc55 is 0.60.

The process color (four color CMYK) of #7adc55 color hex is 0.45, 0.00, 0.61, 0.14. Web safe color of #7adc55 is #66cc66. Color #7adc55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011100 01010101
Octal 172 334 125
Decimal 122 220 85
Hex 7A DC 55

RGB Percentages of Color #7adc55

%28.57
%51.52
%19.91

CMYK Percentages of Color #7adc55

%45
%0
%61
%14

Triadic Colors of #7adc55

#7adc55 #557adc #dc557a

Analogous Colors of #7adc55

#7adc55 #55dc74 #bedc55

Monochromatic Colors of #7adc55

#7adc55

Complementary Color

#7adc55 #b755dc

#7adc55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adc55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adc55 Color CSS Codes

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

#7adc55 Text Font Color

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

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


#7adc55 Background Color

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

This div background color is #7adc55


#7adc55 Border Color

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

This div border color is #7adc55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adc55


Comments

No comments written yet.

Please login to write comment.