Color Hex Logo

#7aeedd Color Hex

#7AEEDD
(122,238,221)
0 Favorites   0 Comments

Color spaces of #7aeedd

RGB 122238221
HSL0.480.770.71
HSV171°49°93°
CMYK 0.490.000.07   0.07
XYZ51.651770.507179.2935
Yxy70.50710.25640.3500
Hunter Lab83.9685-37.14392.7890
CIE-Lab87.2450-36.9977-1.9293

#7aeedd color RGB value is (122,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101110 11011101
Octal 172 356 335
Decimal 122 238 221
Hex 7A EE DD

RGB Percentages of Color #7aeedd

%21.00
%40.96
%38.04

CMYK Percentages of Color #7aeedd

%49
%0
%7
%7

Triadic Colors of #7aeedd

#7aeedd #dd7aee #eedd7a

Analogous Colors of #7aeedd

#7aeedd #7ac5ee #7aeea3

Monochromatic Colors of #7aeedd

#7aeedd

Complementary Color

#7aeedd #ee7a8b

#7aeedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeedd Color CSS Codes

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

#7aeedd Text Font Color

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

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


#7aeedd Background Color

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

This div background color is #7aeedd


#7aeedd Border Color

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

This div border color is #7aeedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeedd


Comments

No comments written yet.

Please login to write comment.