Color Hex Logo

#7efeec Color Hex

#7EFEEC
(126,254,236)
0 Favorites   0 Comments

Color spaces of #7efeec

RGB 126254236
HSL0.480.980.75
HSV172°50°100°
CMYK 0.500.000.07   0.00
XYZ59.186381.375491.9445
Yxy81.37540.25460.3500
Hunter Lab90.2083-40.74952.7147
CIE-Lab92.2985-39.8336-2.3177

#7efeec color RGB value is (126,254,236).

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

The process color (four color CMYK) of #7efeec color hex is 0.50, 0.00, 0.07, 0.00. Web safe color of #7efeec is #66ffff. Color #7efeec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111110 11101100
Octal 176 376 354
Decimal 126 254 236
Hex 7E FE EC

RGB Percentages of Color #7efeec

%20.45
%41.23
%38.31

CMYK Percentages of Color #7efeec

%50
%0
%7
%0

Triadic Colors of #7efeec

#7efeec #ec7efe #feec7e

Analogous Colors of #7efeec

#7efeec #7ed0fe #7efeac

Monochromatic Colors of #7efeec

#7efeec

Complementary Color

#7efeec #fe7e90

#7efeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efeec Color CSS Codes

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

#7efeec Text Font Color

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

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


#7efeec Background Color

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

This div background color is #7efeec


#7efeec Border Color

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

This div border color is #7efeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efeec

Related Colors


Comments

No comments written yet.

Please login to write comment.