Color Hex Logo

#7ea0ad Color Hex

#7EA0AD
(126,160,173)
0 Favorites   0 Comments

Color spaces of #7ea0ad

RGB 126160173
HSL0.550.220.59
HSV197°27°68°
CMYK 0.270.080.00   0.32
XYZ28.717832.594444.3129
Yxy32.59440.27190.3086
Hunter Lab57.0915-10.1222-6.0553
CIE-Lab63.8311-8.5881-10.5732

#7ea0ad color RGB value is (126,160,173).

#7ea0ad hex color red value is 126, green value is 160 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7ea0ad hue: 0.55 , saturation: 0.22 and the lightness value of 7ea0ad is 0.59.

The process color (four color CMYK) of #7ea0ad color hex is 0.27, 0.08, 0.00, 0.32. Web safe color of #7ea0ad is #669999. Color #7ea0ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10100000 10101101
Octal 176 240 255
Decimal 126 160 173
Hex 7E A0 AD

RGB Percentages of Color #7ea0ad

%27.45
%34.86
%37.69

CMYK Percentages of Color #7ea0ad

%27
%8
%0
%32

Triadic Colors of #7ea0ad

#7ea0ad #ad7ea0 #a0ad7e

Analogous Colors of #7ea0ad

#7ea0ad #7e89ad #7eada3

Monochromatic Colors of #7ea0ad

#7ea0ad

Complementary Color

#7ea0ad #ad8b7e

#7ea0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ea0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ea0ad Color CSS Codes

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

#7ea0ad Text Font Color

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

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


#7ea0ad Background Color

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

This div background color is #7ea0ad


#7ea0ad Border Color

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

This div border color is #7ea0ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ea0ad


Comments

No comments written yet.

Please login to write comment.