Color Hex Logo

#7eefda Color Hex

#7EEFDA
(126,239,218)
0 Favorites   0 Comments

Color spaces of #7eefda

RGB 126239218
HSL0.470.780.72
HSV169°47°94°
CMYK 0.470.000.09   0.06
XYZ52.125671.230677.3312
Yxy71.23060.25970.3549
Hunter Lab84.3982-37.45264.7534
CIE-Lab87.5969-37.27070.1743

#7eefda color RGB value is (126,239,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101111 11011010
Octal 176 357 332
Decimal 126 239 218
Hex 7E EF DA

RGB Percentages of Color #7eefda

%21.61
%40.99
%37.39

CMYK Percentages of Color #7eefda

%47
%0
%9
%6

Triadic Colors of #7eefda

#7eefda #da7eef #efda7e

Analogous Colors of #7eefda

#7eefda #7eccef #7eefa2

Monochromatic Colors of #7eefda

#7eefda

Complementary Color

#7eefda #ef7e93

#7eefda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eefda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eefda Color CSS Codes

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

#7eefda Text Font Color

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

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


#7eefda Background Color

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

This div background color is #7eefda


#7eefda Border Color

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

This div border color is #7eefda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eefda


Comments

No comments written yet.

Please login to write comment.