Color Hex Logo

#7aeadd Color Hex

#7AEADD
(122,234,221)
0 Favorites   0 Comments

Color spaces of #7aeadd

RGB 122234221
HSL0.480.730.70
HSV173°48°92°
CMYK 0.480.000.06   0.08
XYZ50.500068.203778.9096
Yxy68.20370.25550.3451
Hunter Lab82.5855-35.37421.1589
CIE-Lab86.1082-35.1533-3.5984

#7aeadd color RGB value is (122,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101010 11011101
Octal 172 352 335
Decimal 122 234 221
Hex 7A EA DD

RGB Percentages of Color #7aeadd

%21.14
%40.55
%38.30

CMYK Percentages of Color #7aeadd

%48
%0
%6
%8

Triadic Colors of #7aeadd

#7aeadd #dd7aea #eadd7a

Analogous Colors of #7aeadd

#7aeadd #7abfea #7aeaa5

Monochromatic Colors of #7aeadd

#7aeadd

Complementary Color

#7aeadd #ea7a87

#7aeadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeadd Color CSS Codes

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

#7aeadd Text Font Color

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

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


#7aeadd Background Color

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

This div background color is #7aeadd


#7aeadd Border Color

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

This div border color is #7aeadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeadd


Comments

No comments written yet.

Please login to write comment.