Color Hex Logo

#7eefdc Color Hex

#7EEFDC
(126,239,220)
0 Favorites   0 Comments

Color spaces of #7eefdc

RGB 126239220
HSL0.470.780.72
HSV170°47°94°
CMYK 0.470.000.08   0.06
XYZ52.389071.335978.7182
Yxy71.33590.25880.3524
Hunter Lab84.4606-37.08653.8635
CIE-Lab87.6479-36.8024-0.7983

#7eefdc color RGB value is (126,239,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101111 11011100
Octal 176 357 334
Decimal 126 239 220
Hex 7E EF DC

RGB Percentages of Color #7eefdc

%21.54
%40.85
%37.61

CMYK Percentages of Color #7eefdc

%47
%0
%8
%6

Triadic Colors of #7eefdc

#7eefdc #dc7eef #efdc7e

Analogous Colors of #7eefdc

#7eefdc #7ecaef #7eefa4

Monochromatic Colors of #7eefdc

#7eefdc

Complementary Color

#7eefdc #ef7e91

#7eefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eefdc Color CSS Codes

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

#7eefdc Text Font Color

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

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


#7eefdc Background Color

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

This div background color is #7eefdc


#7eefdc Border Color

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

This div border color is #7eefdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eefdc


Comments

No comments written yet.

Please login to write comment.