Color Hex Logo

#7eaeac Color Hex

#7EAEAC
(126,174,172)
0 Favorites   0 Comments

Color spaces of #7eaeac

RGB 126174172
HSL0.490.230.59
HSV178°28°68°
CMYK 0.280.000.01   0.32
XYZ31.186637.686344.6602
Yxy37.68630.27470.3319
Hunter Lab61.3892-16.7504-0.1607
CIE-Lab67.7888-16.2955-4.1359

#7eaeac color RGB value is (126,174,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101110 10101100
Octal 176 256 254
Decimal 126 174 172
Hex 7E AE AC

RGB Percentages of Color #7eaeac

%26.69
%36.86
%36.44

CMYK Percentages of Color #7eaeac

%28
%0
%1
%32

Triadic Colors of #7eaeac

#7eaeac #ac7eae #aeac7e

Analogous Colors of #7eaeac

#7eaeac #7e98ae #7eae94

Monochromatic Colors of #7eaeac

#7eaeac

Complementary Color

#7eaeac #ae7e80

#7eaeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaeac Color CSS Codes

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

#7eaeac Text Font Color

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

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


#7eaeac Background Color

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

This div background color is #7eaeac


#7eaeac Border Color

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

This div border color is #7eaeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaeac


Comments

No comments written yet.

Please login to write comment.