Color Hex Logo

#7eca9b Color Hex

#7ECA9B
(126,202,155)
0 Favorites   0 Comments

Color spaces of #7eca9b

RGB 126202155
HSL0.400.420.64
HSV143°38°79°
CMYK 0.380.000.23   0.21
XYZ35.641149.043238.5982
Yxy49.04320.28910.3978
Hunter Lab70.0309-31.709216.3433
CIE-Lab75.4782-33.745316.1746

#7eca9b color RGB value is (126,202,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001010 10011011
Octal 176 312 233
Decimal 126 202 155
Hex 7E CA 9B

RGB Percentages of Color #7eca9b

%26.09
%41.82
%32.09

CMYK Percentages of Color #7eca9b

%38
%0
%23
%21

Triadic Colors of #7eca9b

#7eca9b #9b7eca #ca9b7e

Analogous Colors of #7eca9b

#7eca9b #7ecac1 #87ca7e

Monochromatic Colors of #7eca9b

#7eca9b

Complementary Color

#7eca9b #ca7ead

#7eca9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eca9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eca9b Color CSS Codes

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

#7eca9b Text Font Color

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

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


#7eca9b Background Color

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

This div background color is #7eca9b


#7eca9b Border Color

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

This div border color is #7eca9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eca9b


Comments

No comments written yet.

Please login to write comment.