Color Hex Logo

#7eaaae Color Hex

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

Color spaces of #7eaaae

RGB 126170174
HSL0.510.230.59
HSV185°28°68°
CMYK 0.280.020.00   0.32
XYZ30.618936.241145.4258
Yxy36.24110.27270.3228
Hunter Lab60.2006-14.5633-2.5983
CIE-Lab66.7037-13.7240-6.8510

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

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

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

Base Numbers

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

RGB Percentages of Color #7eaaae

%26.81
%36.17
%37.02

CMYK Percentages of Color #7eaaae

%28
%2
%0
%32

Triadic Colors of #7eaaae

#7eaaae #ae7eaa #aaae7e

Analogous Colors of #7eaaae

#7eaaae #7e92ae #7eae9a

Monochromatic Colors of #7eaaae

#7eaaae

Complementary Color

#7eaaae #ae827e

#7eaaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaaae Color CSS Codes

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

#7eaaae Text Font Color

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

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


#7eaaae Background Color

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

This div background color is #7eaaae


#7eaaae Border Color

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

This div border color is #7eaaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaaae


Comments

No comments written yet.

Please login to write comment.