Color Hex Logo

#7addab Color Hex

#7ADDAB
(122,221,171)
0 Favorites   0 Comments

Color spaces of #7addab

RGB 122221171
HSL0.420.590.67
HSV150°45°87°
CMYK 0.450.000.23   0.13
XYZ41.233258.790847.7026
Yxy58.79080.27910.3980
Hunter Lab76.6752-38.190516.7860
CIE-Lab81.1765-40.358015.6458

#7addab color RGB value is (122,221,171).

#7addab hex color red value is 122, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7addab hue: 0.42 , saturation: 0.59 and the lightness value of 7addab is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011101 10101011
Octal 172 335 253
Decimal 122 221 171
Hex 7A DD AB

RGB Percentages of Color #7addab

%23.74
%43.00
%33.27

CMYK Percentages of Color #7addab

%45
%0
%23
%13

Triadic Colors of #7addab

#7addab #ab7add #ddab7a

Analogous Colors of #7addab

#7addab #7adddd #7bdd7a

Monochromatic Colors of #7addab

#7addab

Complementary Color

#7addab #dd7aac

#7addab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7addab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7addab Color CSS Codes

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

#7addab Text Font Color

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

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


#7addab Background Color

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

This div background color is #7addab


#7addab Border Color

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

This div border color is #7addab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7addab


Comments

No comments written yet.

Please login to write comment.