Color Hex Logo

#7eafa4 Color Hex

#7EAFA4
(126,175,164)
0 Favorites   0 Comments

Color spaces of #7eafa4

RGB 126175164
HSL0.460.230.59
HSV167°28°69°
CMYK 0.280.000.06   0.31
XYZ30.635037.775940.7988
Yxy37.77590.28050.3459
Hunter Lab61.4621-18.58763.6665
CIE-Lab67.8551-18.62690.3909

#7eafa4 color RGB value is (126,175,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101111 10100100
Octal 176 257 244
Decimal 126 175 164
Hex 7E AF A4

RGB Percentages of Color #7eafa4

%27.10
%37.63
%35.27

CMYK Percentages of Color #7eafa4

%28
%0
%6
%31

Triadic Colors of #7eafa4

#7eafa4 #a47eaf #afa47e

Analogous Colors of #7eafa4

#7eafa4 #7ea2af #7eaf8c

Monochromatic Colors of #7eafa4

#7eafa4

Complementary Color

#7eafa4 #af7e89

#7eafa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eafa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eafa4 Color CSS Codes

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

#7eafa4 Text Font Color

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

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


#7eafa4 Background Color

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

This div background color is #7eafa4


#7eafa4 Border Color

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

This div border color is #7eafa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eafa4


Comments

No comments written yet.

Please login to write comment.