Color Hex Logo

#7add6c Color Hex

#7ADD6C
(122,221,108)
0 Favorites   0 Comments

Color spaces of #7add6c

RGB 122221108
HSL0.310.620.65
HSV113°51°87°
CMYK 0.450.000.51   0.13
XYZ36.589356.933223.2481
Yxy56.93320.31330.4876
Hunter Lab75.4541-45.486234.5501
CIE-Lab80.1420-50.678546.2241

#7add6c color RGB value is (122,221,108).

#7add6c hex color red value is 122, green value is 221 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #7add6c hue: 0.31 , saturation: 0.62 and the lightness value of 7add6c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011101 01101100
Octal 172 335 154
Decimal 122 221 108
Hex 7A DD 6C

RGB Percentages of Color #7add6c

%27.05
%49.00
%23.95

CMYK Percentages of Color #7add6c

%45
%0
%51
%13

Triadic Colors of #7add6c

#7add6c #6c7add #dd6c7a

Analogous Colors of #7add6c

#7add6c #6cdd97 #b3dd6c

Monochromatic Colors of #7add6c

#7add6c

Complementary Color

#7add6c #cf6cdd

#7add6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7add6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7add6c Color CSS Codes

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

#7add6c Text Font Color

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

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


#7add6c Background Color

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

This div background color is #7add6c


#7add6c Border Color

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

This div border color is #7add6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7add6c


Comments

No comments written yet.

Please login to write comment.