Color Hex Logo

#7addaf Color Hex

#7ADDAF
(122,221,175)
0 Favorites   0 Comments

Color spaces of #7addaf

RGB 122221175
HSL0.420.590.67
HSV152°45°87°
CMYK 0.450.000.21   0.13
XYZ41.620458.945649.7415
Yxy58.94560.27690.3922
Hunter Lab76.7760-37.593015.3305
CIE-Lab81.2617-39.544213.6587

#7addaf color RGB value is (122,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011101 10101111
Octal 172 335 257
Decimal 122 221 175
Hex 7A DD AF

RGB Percentages of Color #7addaf

%23.55
%42.66
%33.78

CMYK Percentages of Color #7addaf

%45
%0
%21
%13

Triadic Colors of #7addaf

#7addaf #af7add #ddaf7a

Analogous Colors of #7addaf

#7addaf #7adadd #7add7e

Monochromatic Colors of #7addaf

#7addaf

Complementary Color

#7addaf #dd7aa8

#7addaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7addaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7addaf Color CSS Codes

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

#7addaf Text Font Color

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

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


#7addaf Background Color

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

This div background color is #7addaf


#7addaf Border Color

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

This div border color is #7addaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7addaf


Comments

No comments written yet.

Please login to write comment.