Color Hex Logo

#7aeaaf Color Hex

#7AEAAF
(122,234,175)
0 Favorites   0 Comments

Color spaces of #7aeaaf

RGB 122234175
HSL0.410.730.70
HSV148°48°92°
CMYK 0.480.000.25   0.08
XYZ45.186766.078450.9303
Yxy66.07840.27860.4074
Hunter Lab81.2886-43.030519.7547
CIE-Lab85.0364-45.265618.9493

#7aeaaf color RGB value is (122,234,175).

#7aeaaf hex color red value is 122, green value is 234 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7aeaaf hue: 0.41 , saturation: 0.73 and the lightness value of 7aeaaf is 0.70.

The process color (four color CMYK) of #7aeaaf color hex is 0.48, 0.00, 0.25, 0.08. Web safe color of #7aeaaf is #66ff99. Color #7aeaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101010 10101111
Octal 172 352 257
Decimal 122 234 175
Hex 7A EA AF

RGB Percentages of Color #7aeaaf

%22.98
%44.07
%32.96

CMYK Percentages of Color #7aeaaf

%48
%0
%25
%8

Triadic Colors of #7aeaaf

#7aeaaf #af7aea #eaaf7a

Analogous Colors of #7aeaaf

#7aeaaf #7aeae7 #7dea7a

Monochromatic Colors of #7aeaaf

#7aeaaf

Complementary Color

#7aeaaf #ea7ab5

#7aeaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeaaf Color CSS Codes

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

#7aeaaf Text Font Color

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

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


#7aeaaf Background Color

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

This div background color is #7aeaaf


#7aeaaf Border Color

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

This div border color is #7aeaaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,234,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 #7aeaaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeaaf


Comments

No comments written yet.

Please login to write comment.