Color Hex Logo

#7ec898 Color Hex

#7EC898
(126,200,152)
0 Favorites   0 Comments

Color spaces of #7ec898

RGB 126200152
HSL0.390.400.64
HSV141°37°78°
CMYK 0.370.000.24   0.22
XYZ34.926048.011237.1321
Yxy48.01120.29090.3999
Hunter Lab69.2901-31.284016.7300
CIE-Lab74.8320-33.387716.8758

#7ec898 color RGB value is (126,200,152).

#7ec898 hex color red value is 126, green value is 200 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #7ec898 hue: 0.39 , saturation: 0.40 and the lightness value of 7ec898 is 0.64.

The process color (four color CMYK) of #7ec898 color hex is 0.37, 0.00, 0.24, 0.22. Web safe color of #7ec898 is #66cc99. Color #7ec898 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001000 10011000
Octal 176 310 230
Decimal 126 200 152
Hex 7E C8 98

RGB Percentages of Color #7ec898

%26.36
%41.84
%31.80

CMYK Percentages of Color #7ec898

%37
%0
%24
%22

Triadic Colors of #7ec898

#7ec898 #987ec8 #c8987e

Analogous Colors of #7ec898

#7ec898 #7ec8bd #89c87e

Monochromatic Colors of #7ec898

#7ec898

Complementary Color

#7ec898 #c87eae

#7ec898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec898 Color CSS Codes

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

#7ec898 Text Font Color

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

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


#7ec898 Background Color

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

This div background color is #7ec898


#7ec898 Border Color

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

This div border color is #7ec898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec898


Comments

No comments written yet.

Please login to write comment.