Color Hex Logo

#7aeeaf Color Hex

#7AEEAF
(122,238,175)
0 Favorites   0 Comments

Color spaces of #7aeeaf

RGB 122238175
HSL0.410.770.71
HSV147°49°93°
CMYK 0.490.000.26   0.07
XYZ46.338468.381851.3142
Yxy68.38180.27910.4119
Hunter Lab82.6933-44.688221.0937
CIE-Lab86.1970-46.980620.5613

#7aeeaf color RGB value is (122,238,175).

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

The process color (four color CMYK) of #7aeeaf color hex is 0.49, 0.00, 0.26, 0.07. Web safe color of #7aeeaf is #66ff99. Color #7aeeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101110 10101111
Octal 172 356 257
Decimal 122 238 175
Hex 7A EE AF

RGB Percentages of Color #7aeeaf

%22.80
%44.49
%32.71

CMYK Percentages of Color #7aeeaf

%49
%0
%26
%7

Triadic Colors of #7aeeaf

#7aeeaf #af7aee #eeaf7a

Analogous Colors of #7aeeaf

#7aeeaf #7aeee9 #7fee7a

Monochromatic Colors of #7aeeaf

#7aeeaf

Complementary Color

#7aeeaf #ee7ab9

#7aeeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeeaf Color CSS Codes

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

#7aeeaf Text Font Color

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

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


#7aeeaf Background Color

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

This div background color is #7aeeaf


#7aeeaf Border Color

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

This div border color is #7aeeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeeaf


Comments

No comments written yet.

Please login to write comment.