Color Hex Logo

#7addae Color Hex

#7ADDAE
(122,221,174)
0 Favorites   0 Comments

Color spaces of #7addae

RGB 122221174
HSL0.420.590.67
HSV152°45°87°
CMYK 0.450.000.21   0.13
XYZ41.522558.906549.2260
Yxy58.90650.27750.3936
Hunter Lab76.7506-37.744015.6982
CIE-Lab81.2402-39.749414.1556

#7addae color RGB value is (122,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011101 10101110
Octal 172 335 256
Decimal 122 221 174
Hex 7A DD AE

RGB Percentages of Color #7addae

%23.60
%42.75
%33.66

CMYK Percentages of Color #7addae

%45
%0
%21
%13

Triadic Colors of #7addae

#7addae #ae7add #ddae7a

Analogous Colors of #7addae

#7addae #7adbdd #7add7d

Monochromatic Colors of #7addae

#7addae

Complementary Color

#7addae #dd7aa9

#7addae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7addae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7addae Color CSS Codes

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

#7addae Text Font Color

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

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


#7addae Background Color

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

This div background color is #7addae


#7addae Border Color

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

This div border color is #7addae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7addae


Comments

No comments written yet.

Please login to write comment.