Color Hex Logo

#7aeedc Color Hex

#7AEEDC
(122,238,220)
0 Favorites   0 Comments

Color spaces of #7aeedc

RGB 122238220
HSL0.470.770.71
HSV171°49°93°
CMYK 0.490.000.08   0.07
XYZ51.518870.454078.5938
Yxy70.45400.25690.3513
Hunter Lab83.9369-37.32983.2400
CIE-Lab87.2191-37.2362-1.4431

#7aeedc color RGB value is (122,238,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101110 11011100
Octal 172 356 334
Decimal 122 238 220
Hex 7A EE DC

RGB Percentages of Color #7aeedc

%21.03
%41.03
%37.93

CMYK Percentages of Color #7aeedc

%49
%0
%8
%7

Triadic Colors of #7aeedc

#7aeedc #dc7aee #eedc7a

Analogous Colors of #7aeedc

#7aeedc #7ac6ee #7aeea2

Monochromatic Colors of #7aeedc

#7aeedc

Complementary Color

#7aeedc #ee7a8c

#7aeedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeedc Color CSS Codes

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

#7aeedc Text Font Color

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

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


#7aeedc Background Color

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

This div background color is #7aeedc


#7aeedc Border Color

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

This div border color is #7aeedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeedc


Comments

No comments written yet.

Please login to write comment.