Color Hex Logo

#7addad Color Hex

#7ADDAD
(122,221,173)
0 Favorites   0 Comments

Color spaces of #7addad

RGB 122221173
HSL0.420.590.67
HSV151°45°87°
CMYK 0.450.000.22   0.13
XYZ41.425358.867648.7144
Yxy58.86760.27800.3951
Hunter Lab76.7252-37.893816.0632
CIE-Lab81.2188-39.953414.6523

#7addad color RGB value is (122,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011101 10101101
Octal 172 335 255
Decimal 122 221 173
Hex 7A DD AD

RGB Percentages of Color #7addad

%23.64
%42.83
%33.53

CMYK Percentages of Color #7addad

%45
%0
%22
%13

Triadic Colors of #7addad

#7addad #ad7add #ddad7a

Analogous Colors of #7addad

#7addad #7adcdd #7add7c

Monochromatic Colors of #7addad

#7addad

Complementary Color

#7addad #dd7aaa

#7addad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7addad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7addad Color CSS Codes

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

#7addad Text Font Color

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

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


#7addad Background Color

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

This div background color is #7addad


#7addad Border Color

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

This div border color is #7addad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7addad


Comments

No comments written yet.

Please login to write comment.