Color Hex Logo

#7efecd Color Hex

#7EFECD
(126,254,205)
0 Favorites   0 Comments

Color spaces of #7efecd

RGB 126254205
HSL0.440.980.75
HSV157°50°100°
CMYK 0.500.000.19   0.00
XYZ55.065479.727070.2442
Yxy79.72700.26860.3888
Hunter Lab89.2900-46.176015.8597
CIE-Lab91.5622-46.808812.6376

#7efecd color RGB value is (126,254,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111110 11001101
Octal 176 376 315
Decimal 126 254 205
Hex 7E FE CD

RGB Percentages of Color #7efecd

%21.54
%43.42
%35.04

CMYK Percentages of Color #7efecd

%50
%0
%19
%0

Triadic Colors of #7efecd

#7efecd #cd7efe #fecd7e

Analogous Colors of #7efecd

#7efecd #7eeffe #7efe8d

Monochromatic Colors of #7efecd

#7efecd

Complementary Color

#7efecd #fe7eaf

#7efecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efecd Color CSS Codes

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

#7efecd Text Font Color

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

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


#7efecd Background Color

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

This div background color is #7efecd


#7efecd Border Color

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

This div border color is #7efecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efecd


Comments

No comments written yet.

Please login to write comment.