Color Hex Logo

#7ecfad Color Hex

#7ECFAD
(126,207,173)
0 Favorites   0 Comments

Color spaces of #7ecfad

RGB 126207173
HSL0.430.460.65
HSV155°39°81°
CMYK 0.390.000.16   0.19
XYZ38.459852.078447.5603
Yxy52.07840.27850.3771
Hunter Lab72.1654-31.159611.4409
CIE-Lab77.3277-32.45249.1612

#7ecfad color RGB value is (126,207,173).

#7ecfad hex color red value is 126, green value is 207 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7ecfad hue: 0.43 , saturation: 0.46 and the lightness value of 7ecfad is 0.65.

The process color (four color CMYK) of #7ecfad color hex is 0.39, 0.00, 0.16, 0.19. Web safe color of #7ecfad is #66cc99. Color #7ecfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001111 10101101
Octal 176 317 255
Decimal 126 207 173
Hex 7E CF AD

RGB Percentages of Color #7ecfad

%24.90
%40.91
%34.19

CMYK Percentages of Color #7ecfad

%39
%0
%16
%19

Triadic Colors of #7ecfad

#7ecfad #ad7ecf #cfad7e

Analogous Colors of #7ecfad

#7ecfad #7ec9cf #7ecf85

Monochromatic Colors of #7ecfad

#7ecfad

Complementary Color

#7ecfad #cf7ea0

#7ecfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecfad Color CSS Codes

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

#7ecfad Text Font Color

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

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


#7ecfad Background Color

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

This div background color is #7ecfad


#7ecfad Border Color

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

This div border color is #7ecfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecfad


Comments

No comments written yet.

Please login to write comment.