Color Hex Logo

#7ecabe Color Hex

#7ECABE
(126,202,190)
0 Favorites   0 Comments

Color spaces of #7ecabe

RGB 126202190
HSL0.470.420.64
HSV171°38°79°
CMYK 0.380.000.06   0.21
XYZ39.019050.394456.3858
Yxy50.39440.26760.3456
Hunter Lab70.9890-26.11852.5989
CIE-Lab76.3107-26.2851-1.4514

#7ecabe color RGB value is (126,202,190).

#7ecabe hex color red value is 126, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7ecabe hue: 0.47 , saturation: 0.42 and the lightness value of 7ecabe is 0.64.

The process color (four color CMYK) of #7ecabe color hex is 0.38, 0.00, 0.06, 0.21. Web safe color of #7ecabe is #66cccc. Color #7ecabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001010 10111110
Octal 176 312 276
Decimal 126 202 190
Hex 7E CA BE

RGB Percentages of Color #7ecabe

%24.32
%39.00
%36.68

CMYK Percentages of Color #7ecabe

%38
%0
%6
%21

Triadic Colors of #7ecabe

#7ecabe #be7eca #cabe7e

Analogous Colors of #7ecabe

#7ecabe #7eb0ca #7eca98

Monochromatic Colors of #7ecabe

#7ecabe

Complementary Color

#7ecabe #ca7e8a

#7ecabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecabe Color CSS Codes

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

#7ecabe Text Font Color

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

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


#7ecabe Background Color

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

This div background color is #7ecabe


#7ecabe Border Color

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

This div border color is #7ecabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecabe


Comments

No comments written yet.

Please login to write comment.