Color Hex Logo

#7eefde Color Hex

#7EEFDE
(126,239,222)
0 Favorites   0 Comments

Color spaces of #7eefde

RGB 126239222
HSL0.470.780.72
HSV171°47°94°
CMYK 0.470.000.07   0.06
XYZ52.655571.442680.1218
Yxy71.44260.25780.3498
Hunter Lab84.5237-36.71692.9644
CIE-Lab87.6996-36.3311-1.7698

#7eefde color RGB value is (126,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101111 11011110
Octal 176 357 336
Decimal 126 239 222
Hex 7E EF DE

RGB Percentages of Color #7eefde

%21.47
%40.72
%37.82

CMYK Percentages of Color #7eefde

%47
%0
%7
%6

Triadic Colors of #7eefde

#7eefde #de7eef #efde7e

Analogous Colors of #7eefde

#7eefde #7ec8ef #7eefa6

Monochromatic Colors of #7eefde

#7eefde

Complementary Color

#7eefde #ef7e8f

#7eefde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eefde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eefde Color CSS Codes

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

#7eefde Text Font Color

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

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


#7eefde Background Color

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

This div background color is #7eefde


#7eefde Border Color

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

This div border color is #7eefde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eefde


Comments

No comments written yet.

Please login to write comment.