Color Hex Logo

#7eafac Color Hex

#7EAFAC
(126,175,172)
0 Favorites   0 Comments

Color spaces of #7eafac

RGB 126175172
HSL0.490.230.59
HSV176°28°69°
CMYK 0.280.000.02   0.31
XYZ31.380638.074144.7248
Yxy38.07410.27480.3335
Hunter Lab61.7042-17.20350.2180
CIE-Lab68.0752-16.8165-3.7137

#7eafac color RGB value is (126,175,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101111 10101100
Octal 176 257 254
Decimal 126 175 172
Hex 7E AF AC

RGB Percentages of Color #7eafac

%26.64
%37.00
%36.36

CMYK Percentages of Color #7eafac

%28
%0
%2
%31

Triadic Colors of #7eafac

#7eafac #ac7eaf #afac7e

Analogous Colors of #7eafac

#7eafac #7e9aaf #7eaf94

Monochromatic Colors of #7eafac

#7eafac

Complementary Color

#7eafac #af7e81

#7eafac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eafac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eafac Color CSS Codes

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

#7eafac Text Font Color

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

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


#7eafac Background Color

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

This div background color is #7eafac


#7eafac Border Color

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

This div border color is #7eafac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eafac


Comments

No comments written yet.

Please login to write comment.