Color Hex Logo

#7faead Color Hex

#7FAEAD
(127,174,173)
0 Favorites   0 Comments

Color spaces of #7faead

RGB 127174173
HSL0.500.220.59
HSV179°27°68°
CMYK 0.270.000.01   0.32
XYZ31.431337.801345.1749
Yxy37.80130.27470.3304
Hunter Lab61.4828-16.3418-0.5258
CIE-Lab67.8739-15.7629-4.5578

#7faead color RGB value is (127,174,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101110 10101101
Octal 177 256 255
Decimal 127 174 173
Hex 7F AE AD

RGB Percentages of Color #7faead

%26.79
%36.71
%36.50

CMYK Percentages of Color #7faead

%27
%0
%1
%32

Triadic Colors of #7faead

#7faead #ad7fae #aead7f

Analogous Colors of #7faead

#7faead #7f98ae #7fae96

Monochromatic Colors of #7faead

#7faead

Complementary Color

#7faead #ae7f80

#7faead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faead Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faead Color CSS Codes

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

#7faead Text Font Color

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

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


#7faead Background Color

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

This div background color is #7faead


#7faead Border Color

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

This div border color is #7faead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faead


Comments

No comments written yet.

Please login to write comment.