Color Hex Logo

#7ea9ae Color Hex

#7EA9AE
(126,169,174)
0 Favorites   0 Comments

Color spaces of #7ea9ae

RGB 126169174
HSL0.520.230.59
HSV186°28°68°
CMYK 0.280.030.00   0.32
XYZ30.432135.867545.3636
Yxy35.86750.27250.3212
Hunter Lab59.8895-14.1040-2.9869
CIE-Lab66.4186-13.1933-7.2745

#7ea9ae color RGB value is (126,169,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101001 10101110
Octal 176 251 256
Decimal 126 169 174
Hex 7E A9 AE

RGB Percentages of Color #7ea9ae

%26.87
%36.03
%37.10

CMYK Percentages of Color #7ea9ae

%28
%3
%0
%32

Triadic Colors of #7ea9ae

#7ea9ae #ae7ea9 #a9ae7e

Analogous Colors of #7ea9ae

#7ea9ae #7e91ae #7eae9b

Monochromatic Colors of #7ea9ae

#7ea9ae

Complementary Color

#7ea9ae #ae837e

#7ea9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ea9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ea9ae Color CSS Codes

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

#7ea9ae Text Font Color

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

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


#7ea9ae Background Color

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

This div background color is #7ea9ae


#7ea9ae Border Color

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

This div border color is #7ea9ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,169,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 #7ea9ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ea9ae


Comments

No comments written yet.

Please login to write comment.