Color Hex Logo

#7ffede Color Hex

#7FFEDE
(127,254,222)
0 Favorites   0 Comments

Color spaces of #7ffede

RGB 127254222
HSL0.460.980.75
HSV165°50°100°
CMYK 0.500.000.13   0.00
XYZ57.379080.669681.6538
Yxy80.66960.26120.3672
Hunter Lab89.8163-43.14408.9696
CIE-Lab91.9845-42.87104.4743

#7ffede color RGB value is (127,254,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111110 11011110
Octal 177 376 336
Decimal 127 254 222
Hex 7F FE DE

RGB Percentages of Color #7ffede

%21.06
%42.12
%36.82

CMYK Percentages of Color #7ffede

%50
%0
%13
%0

Triadic Colors of #7ffede

#7ffede #de7ffe #fede7f

Analogous Colors of #7ffede

#7ffede #7fdffe #7ffe9f

Monochromatic Colors of #7ffede

#7ffede

Complementary Color

#7ffede #fe7f9f

#7ffede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffede Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffede Color CSS Codes

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

#7ffede Text Font Color

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

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


#7ffede Background Color

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

This div background color is #7ffede


#7ffede Border Color

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

This div border color is #7ffede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffede


Comments

No comments written yet.

Please login to write comment.