Color Hex Logo

#7edadd Color Hex

#7EDADD
(126,218,221)
0 Favorites   0 Comments

Color spaces of #7edadd

RGB 126218221
HSL0.510.580.68
HSV182°43°87°
CMYK 0.430.010.00   0.13
XYZ46.726759.798977.4862
Yxy59.79890.25390.3250
Hunter Lab77.3297-27.4680-5.2791
CIE-Lab81.7288-26.6248-10.0624

#7edadd color RGB value is (126,218,221).

#7edadd hex color red value is 126, green value is 218 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7edadd hue: 0.51 , saturation: 0.58 and the lightness value of 7edadd is 0.68.

The process color (four color CMYK) of #7edadd color hex is 0.43, 0.01, 0.00, 0.13. Web safe color of #7edadd is #66cccc. Color #7edadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011010 11011101
Octal 176 332 335
Decimal 126 218 221
Hex 7E DA DD

RGB Percentages of Color #7edadd

%22.30
%38.58
%39.12

CMYK Percentages of Color #7edadd

%43
%1
%0
%13

Triadic Colors of #7edadd

#7edadd #dd7eda #dadd7e

Analogous Colors of #7edadd

#7edadd #7eabdd #7eddb1

Monochromatic Colors of #7edadd

#7edadd

Complementary Color

#7edadd #dd817e

#7edadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edadd Color CSS Codes

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

#7edadd Text Font Color

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

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


#7edadd Background Color

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

This div background color is #7edadd


#7edadd Border Color

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

This div border color is #7edadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edadd


Comments

No comments written yet.

Please login to write comment.