Color Hex Logo

#7eaeaa Color Hex

#7EAEAA
(126,174,170)
0 Favorites   0 Comments

Color spaces of #7eaeaa

RGB 126174170
HSL0.490.230.59
HSV175°28°68°
CMYK 0.280.000.02   0.32
XYZ30.995937.610043.6560
Yxy37.61000.27610.3350
Hunter Lab61.3270-17.10470.7229
CIE-Lab67.7322-16.7560-3.1113

#7eaeaa color RGB value is (126,174,170).

#7eaeaa hex color red value is 126, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7eaeaa hue: 0.49 , saturation: 0.23 and the lightness value of 7eaeaa is 0.59.

The process color (four color CMYK) of #7eaeaa color hex is 0.28, 0.00, 0.02, 0.32. Web safe color of #7eaeaa is #669999. Color #7eaeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101110 10101010
Octal 176 256 252
Decimal 126 174 170
Hex 7E AE AA

RGB Percentages of Color #7eaeaa

%26.81
%37.02
%36.17

CMYK Percentages of Color #7eaeaa

%28
%0
%2
%32

Triadic Colors of #7eaeaa

#7eaeaa #aa7eae #aeaa7e

Analogous Colors of #7eaeaa

#7eaeaa #7e9aae #7eae92

Monochromatic Colors of #7eaeaa

#7eaeaa

Complementary Color

#7eaeaa #ae7e82

#7eaeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaeaa Color CSS Codes

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

#7eaeaa Text Font Color

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

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


#7eaeaa Background Color

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

This div background color is #7eaeaa


#7eaeaa Border Color

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

This div border color is #7eaeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaeaa


Comments

No comments written yet.

Please login to write comment.