Color Hex Logo

#7aeadb Color Hex

#7AEADB
(122,234,219)
0 Favorites   0 Comments

Color spaces of #7aeadb

RGB 122234219
HSL0.480.730.70
HSV172°48°92°
CMYK 0.480.000.06   0.08
XYZ50.235068.097777.5143
Yxy68.09770.25650.3477
Hunter Lab82.5213-35.75022.0724
CIE-Lab86.0553-35.6348-2.6244

#7aeadb color RGB value is (122,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101010 11011011
Octal 172 352 333
Decimal 122 234 219
Hex 7A EA DB

RGB Percentages of Color #7aeadb

%21.22
%40.70
%38.09

CMYK Percentages of Color #7aeadb

%48
%0
%6
%8

Triadic Colors of #7aeadb

#7aeadb #db7aea #eadb7a

Analogous Colors of #7aeadb

#7aeadb #7ac1ea #7aeaa3

Monochromatic Colors of #7aeadb

#7aeadb

Complementary Color

#7aeadb #ea7a89

#7aeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeadb Color CSS Codes

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

#7aeadb Text Font Color

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

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


#7aeadb Background Color

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

This div background color is #7aeadb


#7aeadb Border Color

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

This div border color is #7aeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeadb


Comments

No comments written yet.

Please login to write comment.