Color Hex Logo

#7eefe3 Color Hex

#7EEFE3
(126,239,227)
0 Favorites   0 Comments

Color spaces of #7eefe3

RGB 126239227
HSL0.480.780.72
HSV174°47°94°
CMYK 0.470.000.05   0.06
XYZ53.335871.714783.7043
Yxy71.71470.25550.3435
Hunter Lab84.6845-35.77550.6755
CIE-Lab87.8311-35.1369-4.1951

#7eefe3 color RGB value is (126,239,227).

#7eefe3 hex color red value is 126, green value is 239 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #7eefe3 hue: 0.48 , saturation: 0.78 and the lightness value of 7eefe3 is 0.72.

The process color (four color CMYK) of #7eefe3 color hex is 0.47, 0.00, 0.05, 0.06. Web safe color of #7eefe3 is #66ffcc. Color #7eefe3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101111 11100011
Octal 176 357 343
Decimal 126 239 227
Hex 7E EF E3

RGB Percentages of Color #7eefe3

%21.28
%40.37
%38.34

CMYK Percentages of Color #7eefe3

%47
%0
%5
%6

Triadic Colors of #7eefe3

#7eefe3 #e37eef #efe37e

Analogous Colors of #7eefe3

#7eefe3 #7ec3ef #7eefab

Monochromatic Colors of #7eefe3

#7eefe3

Complementary Color

#7eefe3 #ef7e8a

#7eefe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eefe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eefe3 Color CSS Codes

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

#7eefe3 Text Font Color

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

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


#7eefe3 Background Color

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

This div background color is #7eefe3


#7eefe3 Border Color

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

This div border color is #7eefe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eefe3


Comments

No comments written yet.

Please login to write comment.