Color Hex Logo

#7ecea4 Color Hex

#7ECEA4
(126,206,164)
0 Favorites   0 Comments

Color spaces of #7ecea4

RGB 126206164
HSL0.410.450.65
HSV149°39°81°
CMYK 0.390.000.20   0.19
XYZ37.376351.258643.0459
Yxy51.25860.28380.3893
Hunter Lab71.5951-32.105314.4690
CIE-Lab76.8354-33.836513.2741

#7ecea4 color RGB value is (126,206,164).

#7ecea4 hex color red value is 126, green value is 206 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #7ecea4 hue: 0.41 , saturation: 0.45 and the lightness value of 7ecea4 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001110 10100100
Octal 176 316 244
Decimal 126 206 164
Hex 7E CE A4

RGB Percentages of Color #7ecea4

%25.40
%41.53
%33.06

CMYK Percentages of Color #7ecea4

%39
%0
%20
%19

Triadic Colors of #7ecea4

#7ecea4 #a47ece #cea47e

Analogous Colors of #7ecea4

#7ecea4 #7ececc #80ce7e

Monochromatic Colors of #7ecea4

#7ecea4

Complementary Color

#7ecea4 #ce7ea8

#7ecea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecea4 Color CSS Codes

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

#7ecea4 Text Font Color

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

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


#7ecea4 Background Color

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

This div background color is #7ecea4


#7ecea4 Border Color

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

This div border color is #7ecea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecea4


Comments

No comments written yet.

Please login to write comment.