Color Hex Logo

#7ada9e Color Hex

#7ADA9E
(122,218,158)
0 Favorites   0 Comments

Color spaces of #7ada9e

RGB 122218158
HSL0.400.560.67
HSV143°44°85°
CMYK 0.440.000.28   0.15
XYZ39.269056.749041.2317
Yxy56.74900.28610.4135
Hunter Lab75.3319-38.782520.2809
CIE-Lab80.0382-41.560020.8881

#7ada9e color RGB value is (122,218,158).

#7ada9e hex color red value is 122, green value is 218 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #7ada9e hue: 0.40 , saturation: 0.56 and the lightness value of 7ada9e is 0.67.

The process color (four color CMYK) of #7ada9e color hex is 0.44, 0.00, 0.28, 0.15. Web safe color of #7ada9e is #66cc99. Color #7ada9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011010 10011110
Octal 172 332 236
Decimal 122 218 158
Hex 7A DA 9E

RGB Percentages of Color #7ada9e

%24.50
%43.78
%31.73

CMYK Percentages of Color #7ada9e

%44
%0
%28
%15

Triadic Colors of #7ada9e

#7ada9e #9e7ada #da9e7a

Analogous Colors of #7ada9e

#7ada9e #7adace #86da7a

Monochromatic Colors of #7ada9e

#7ada9e

Complementary Color

#7ada9e #da7ab6

#7ada9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ada9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ada9e Color CSS Codes

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

#7ada9e Text Font Color

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

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


#7ada9e Background Color

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

This div background color is #7ada9e


#7ada9e Border Color

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

This div border color is #7ada9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ada9e


Comments

No comments written yet.

Please login to write comment.