Color Hex Logo

#7ffed2 Color Hex

#7FFED2
(127,254,210)
0 Favorites   0 Comments

Color spaces of #7ffed2

RGB 127254210
HSL0.440.980.75
HSV159°50°100°
CMYK 0.500.000.17   0.00
XYZ55.827180.048873.4813
Yxy80.04880.26670.3824
Hunter Lab89.4700-45.192813.9344
CIE-Lab91.7068-45.518610.2720

#7ffed2 color RGB value is (127,254,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111110 11010010
Octal 177 376 322
Decimal 127 254 210
Hex 7F FE D2

RGB Percentages of Color #7ffed2

%21.49
%42.98
%35.53

CMYK Percentages of Color #7ffed2

%50
%0
%17
%0

Triadic Colors of #7ffed2

#7ffed2 #d27ffe #fed27f

Analogous Colors of #7ffed2

#7ffed2 #7febfe #7ffe93

Monochromatic Colors of #7ffed2

#7ffed2

Complementary Color

#7ffed2 #fe7fab

#7ffed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffed2 Color CSS Codes

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

#7ffed2 Text Font Color

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

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


#7ffed2 Background Color

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

This div background color is #7ffed2


#7ffed2 Border Color

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

This div border color is #7ffed2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,254,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffed2


Comments

No comments written yet.

Please login to write comment.