Color Hex Logo

#7efadd Color Hex

#7EFADD
(126,250,221)
0 Favorites   0 Comments

Color spaces of #7efadd

RGB 126250221
HSL0.460.930.74
HSV166°50°98°
CMYK 0.500.000.12   0.02
XYZ55.840978.027380.5243
Yxy78.02730.26050.3639
Hunter Lab88.3331-41.74187.7845
CIE-Lab90.7924-41.54283.2607

#7efadd color RGB value is (126,250,221).

#7efadd hex color red value is 126, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7efadd hue: 0.46 , saturation: 0.93 and the lightness value of 7efadd is 0.74.

The process color (four color CMYK) of #7efadd color hex is 0.50, 0.00, 0.12, 0.02. Web safe color of #7efadd is #66ffcc. Color #7efadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111010 11011101
Octal 176 372 335
Decimal 126 250 221
Hex 7E FA DD

RGB Percentages of Color #7efadd

%21.11
%41.88
%37.02

CMYK Percentages of Color #7efadd

%50
%0
%12
%2

Triadic Colors of #7efadd

#7efadd #dd7efa #fadd7e

Analogous Colors of #7efadd

#7efadd #7ed9fa #7efa9f

Monochromatic Colors of #7efadd

#7efadd

Complementary Color

#7efadd #fa7e9b

#7efadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efadd Color CSS Codes

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

#7efadd Text Font Color

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

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


#7efadd Background Color

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

This div background color is #7efadd


#7efadd Border Color

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

This div border color is #7efadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efadd

Related Colors


Comments

No comments written yet.

Please login to write comment.