Color Hex Logo

#7aeecd Color Hex

#7AEECD
(122,238,205)
0 Favorites   0 Comments

Color spaces of #7aeecd

RGB 122238205
HSL0.450.770.71
HSV163°49°93°
CMYK 0.490.000.14   0.07
XYZ49.620069.694468.5947
Yxy69.69440.26410.3709
Hunter Lab83.4832-40.00039.7221
CIE-Lab86.8468-40.70285.8709

#7aeecd color RGB value is (122,238,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101110 11001101
Octal 172 356 315
Decimal 122 238 205
Hex 7A EE CD

RGB Percentages of Color #7aeecd

%21.59
%42.12
%36.28

CMYK Percentages of Color #7aeecd

%49
%0
%14
%7

Triadic Colors of #7aeecd

#7aeecd #cd7aee #eecd7a

Analogous Colors of #7aeecd

#7aeecd #7ad5ee #7aee93

Monochromatic Colors of #7aeecd

#7aeecd

Complementary Color

#7aeecd #ee7a9b

#7aeecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeecd Color CSS Codes

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

#7aeecd Text Font Color

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

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


#7aeecd Background Color

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

This div background color is #7aeecd


#7aeecd Border Color

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

This div border color is #7aeecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeecd


Comments

No comments written yet.

Please login to write comment.