Color Hex Logo

#7addba Color Hex

#7ADDBA
(122,221,186)
0 Favorites   0 Comments

Color spaces of #7addba

RGB 122221186
HSL0.440.590.67
HSV159°45°87°
CMYK 0.450.000.16   0.13
XYZ42.745459.395655.6660
Yxy59.39560.27090.3764
Hunter Lab77.0685-35.866511.1233
CIE-Lab81.5086-37.21778.1968

#7addba color RGB value is (122,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011101 10111010
Octal 172 335 272
Decimal 122 221 186
Hex 7A DD BA

RGB Percentages of Color #7addba

%23.06
%41.78
%35.16

CMYK Percentages of Color #7addba

%45
%0
%16
%13

Triadic Colors of #7addba

#7addba #ba7add #ddba7a

Analogous Colors of #7addba

#7addba #7acfdd #7add89

Monochromatic Colors of #7addba

#7addba

Complementary Color

#7addba #dd7a9d

#7addba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7addba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7addba Color CSS Codes

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

#7addba Text Font Color

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

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


#7addba Background Color

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

This div background color is #7addba


#7addba Border Color

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

This div border color is #7addba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7addba

#7addba Color Palettes


Comments

No comments written yet.

Please login to write comment.