Color Hex Logo

#7eaeae Color Hex

#7EAEAE
(126,174,174)
0 Favorites   0 Comments

Color spaces of #7eaeae

RGB 126174174
HSL0.500.230.59
HSV180°28°68°
CMYK 0.280.000.00   0.32
XYZ31.380237.763745.6796
Yxy37.76370.27330.3289
Hunter Lab61.4522-16.3913-1.0559
CIE-Lab67.8461-15.8305-5.1592

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101110 10101110
Octal 176 256 256
Decimal 126 174 174
Hex 7E AE AE

RGB Percentages of Color #7eaeae

%26.58
%36.71
%36.71

CMYK Percentages of Color #7eaeae

%28
%0
%0
%32

Triadic Colors of #7eaeae

#7eaeae #ae7eae #aeae7e

Analogous Colors of #7eaeae

#7eaeae #7e96ae #7eae96

Monochromatic Colors of #7eaeae

#7eaeae

Complementary Color

#7eaeae #ae7e7e

#7eaeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaeae Color CSS Codes

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

#7eaeae Text Font Color

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

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


#7eaeae Background Color

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

This div background color is #7eaeae


#7eaeae Border Color

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

This div border color is #7eaeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaeae

#7eaeae Color Palettes


Comments

No comments written yet.

Please login to write comment.