Color Hex Logo

#7efaad Color Hex

#7EFAAD
(126,250,173)
0 Favorites   0 Comments

Color spaces of #7efaad

RGB 126250173
HSL0.400.930.74
HSV143°50°98°
CMYK 0.500.000.31   0.02
XYZ50.332675.824051.5178
Yxy75.82400.28330.4268
Hunter Lab87.0770-49.207425.8758
CIE-Lab89.7776-51.417526.5291

#7efaad color RGB value is (126,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111010 10101101
Octal 176 372 255
Decimal 126 250 173
Hex 7E FA AD

RGB Percentages of Color #7efaad

%22.95
%45.54
%31.51

CMYK Percentages of Color #7efaad

%50
%0
%31
%2

Triadic Colors of #7efaad

#7efaad #ad7efa #faad7e

Analogous Colors of #7efaad

#7efaad #7efaeb #8dfa7e

Monochromatic Colors of #7efaad

#7efaad

Complementary Color

#7efaad #fa7ecb

#7efaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efaad Color CSS Codes

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

#7efaad Text Font Color

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

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


#7efaad Background Color

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

This div background color is #7efaad


#7efaad Border Color

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

This div border color is #7efaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efaad


Comments

No comments written yet.

Please login to write comment.