Color Hex Logo

#7ef1dc Color Hex

#7EF1DC
(126,241,220)
0 Favorites   0 Comments

Color spaces of #7ef1dc

RGB 126241220
HSL0.470.800.72
HSV169°48°95°
CMYK 0.480.000.09   0.05
XYZ52.977772.513578.9144
Yxy72.51350.25920.3548
Hunter Lab85.1549-37.97024.6634
CIE-Lab88.2152-37.71750.0307

#7ef1dc color RGB value is (126,241,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11110001 11011100
Octal 176 361 334
Decimal 126 241 220
Hex 7E F1 DC

RGB Percentages of Color #7ef1dc

%21.47
%41.06
%37.48

CMYK Percentages of Color #7ef1dc

%48
%0
%9
%5

Triadic Colors of #7ef1dc

#7ef1dc #dc7ef1 #f1dc7e

Analogous Colors of #7ef1dc

#7ef1dc #7ecdf1 #7ef1a3

Monochromatic Colors of #7ef1dc

#7ef1dc

Complementary Color

#7ef1dc #f17e93

#7ef1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ef1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ef1dc Color CSS Codes

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

#7ef1dc Text Font Color

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

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


#7ef1dc Background Color

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

This div background color is #7ef1dc


#7ef1dc Border Color

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

This div border color is #7ef1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ef1dc


Comments

No comments written yet.

Please login to write comment.