Color Hex Logo

#7ea690 Color Hex

#7EA690
(126,166,144)
0 Favorites   0 Comments

Color spaces of #7ea690

RGB 126166144
HSL0.410.180.57
HSV147°24°65°
CMYK 0.240.000.13   0.35
XYZ27.274433.721731.4570
Yxy33.72170.29500.3647
Hunter Lab58.0704-17.78568.5316
CIE-Lab64.7411-18.22826.9932

#7ea690 color RGB value is (126,166,144).

#7ea690 hex color red value is 126, green value is 166 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #7ea690 hue: 0.41 , saturation: 0.18 and the lightness value of 7ea690 is 0.57.

The process color (four color CMYK) of #7ea690 color hex is 0.24, 0.00, 0.13, 0.35. Web safe color of #7ea690 is #669999. Color #7ea690 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10100110 10010000
Octal 176 246 220
Decimal 126 166 144
Hex 7E A6 90

RGB Percentages of Color #7ea690

%28.90
%38.07
%33.03

CMYK Percentages of Color #7ea690

%24
%0
%13
%35

Triadic Colors of #7ea690

#7ea690 #907ea6 #a6907e

Analogous Colors of #7ea690

#7ea690 #7ea6a4 #80a67e

Monochromatic Colors of #7ea690

#7ea690

Complementary Color

#7ea690 #a67e94

#7ea690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ea690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ea690 Color CSS Codes

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

#7ea690 Text Font Color

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

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


#7ea690 Background Color

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

This div background color is #7ea690


#7ea690 Border Color

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

This div border color is #7ea690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ea690


Comments

No comments written yet.

Please login to write comment.