Color Hex Logo

#7aeede Color Hex

#7AEEDE
(122,238,222)
0 Favorites   0 Comments

Color spaces of #7aeede

RGB 122238222
HSL0.480.770.71
HSV172°49°93°
CMYK 0.490.000.07   0.07
XYZ51.785470.560679.9974
Yxy70.56060.25590.3487
Hunter Lab84.0004-36.95712.3357
CIE-Lab87.2711-36.7585-2.4151

#7aeede color RGB value is (122,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101110 11011110
Octal 172 356 336
Decimal 122 238 222
Hex 7A EE DE

RGB Percentages of Color #7aeede

%20.96
%40.89
%38.14

CMYK Percentages of Color #7aeede

%49
%0
%7
%7

Triadic Colors of #7aeede

#7aeede #de7aee #eede7a

Analogous Colors of #7aeede

#7aeede #7ac4ee #7aeea4

Monochromatic Colors of #7aeede

#7aeede

Complementary Color

#7aeede #ee7a8a

#7aeede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeede Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeede Color CSS Codes

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

#7aeede Text Font Color

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

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


#7aeede Background Color

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

This div background color is #7aeede


#7aeede Border Color

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

This div border color is #7aeede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeede


Comments

No comments written yet.

Please login to write comment.