Color Hex Logo

#7efede Color Hex

#7EFEDE
(126,254,222)
0 Favorites   0 Comments

Color spaces of #7efede

RGB 126254222
HSL0.460.980.75
HSV165°50°100°
CMYK 0.500.000.13   0.00
XYZ57.230880.593281.6469
Yxy80.59320.26080.3672
Hunter Lab89.7737-43.31018.9189
CIE-Lab91.9504-43.08824.4206

#7efede color RGB value is (126,254,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111110 11011110
Octal 176 376 336
Decimal 126 254 222
Hex 7E FE DE

RGB Percentages of Color #7efede

%20.93
%42.19
%36.88

CMYK Percentages of Color #7efede

%50
%0
%13
%0

Triadic Colors of #7efede

#7efede #de7efe #fede7e

Analogous Colors of #7efede

#7efede #7edefe #7efe9e

Monochromatic Colors of #7efede

#7efede

Complementary Color

#7efede #fe7e9e

#7efede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efede Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efede Color CSS Codes

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

#7efede Text Font Color

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

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


#7efede Background Color

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

This div background color is #7efede


#7efede Border Color

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

This div border color is #7efede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efede

Related Colors


Comments

No comments written yet.

Please login to write comment.