Color Hex Logo

#7eefdd Color Hex

#7EEFDD
(126,239,221)
0 Favorites   0 Comments

Color spaces of #7eefdd

RGB 126239221
HSL0.470.780.72
HSV170°47°94°
CMYK 0.470.000.08   0.06
XYZ52.521871.389179.4179
Yxy71.38910.25830.3511
Hunter Lab84.4921-36.90233.4151
CIE-Lab87.6737-36.5673-1.2841

#7eefdd color RGB value is (126,239,221).

#7eefdd hex color red value is 126, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7eefdd hue: 0.47 , saturation: 0.78 and the lightness value of 7eefdd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101111 11011101
Octal 176 357 335
Decimal 126 239 221
Hex 7E EF DD

RGB Percentages of Color #7eefdd

%21.50
%40.78
%37.71

CMYK Percentages of Color #7eefdd

%47
%0
%8
%6

Triadic Colors of #7eefdd

#7eefdd #dd7eef #efdd7e

Analogous Colors of #7eefdd

#7eefdd #7ec9ef #7eefa5

Monochromatic Colors of #7eefdd

#7eefdd

Complementary Color

#7eefdd #ef7e90

#7eefdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eefdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eefdd Color CSS Codes

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

#7eefdd Text Font Color

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

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


#7eefdd Background Color

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

This div background color is #7eefdd


#7eefdd Border Color

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

This div border color is #7eefdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eefdd


Comments

No comments written yet.

Please login to write comment.