Color Hex Logo

#7ffedd Color Hex

#7FFEDD
(127,254,221)
0 Favorites   0 Comments

Color spaces of #7ffedd

RGB 127254221
HSL0.460.980.75
HSV164°50°100°
CMYK 0.500.000.13   0.00
XYZ57.245480.616180.9499
Yxy80.61610.26160.3684
Hunter Lab89.7865-43.31969.3957
CIE-Lab91.9606-43.09634.9568

#7ffedd color RGB value is (127,254,221).

#7ffedd hex color red value is 127, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7ffedd hue: 0.46 , saturation: 0.98 and the lightness value of 7ffedd is 0.75.

The process color (four color CMYK) of #7ffedd color hex is 0.50, 0.00, 0.13, 0.00. Web safe color of #7ffedd is #66ffcc. Color #7ffedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111110 11011101
Octal 177 376 335
Decimal 127 254 221
Hex 7F FE DD

RGB Percentages of Color #7ffedd

%21.10
%42.19
%36.71

CMYK Percentages of Color #7ffedd

%50
%0
%13
%0

Triadic Colors of #7ffedd

#7ffedd #dd7ffe #fedd7f

Analogous Colors of #7ffedd

#7ffedd #7fe0fe #7ffe9e

Monochromatic Colors of #7ffedd

#7ffedd

Complementary Color

#7ffedd #fe7fa0

#7ffedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffedd Color CSS Codes

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

#7ffedd Text Font Color

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

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


#7ffedd Background Color

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

This div background color is #7ffedd


#7ffedd Border Color

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

This div border color is #7ffedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffedd


Comments

No comments written yet.

Please login to write comment.