Color Hex Logo

#7eacaf Color Hex

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

Color spaces of #7eacaf

RGB 126172175
HSL0.510.230.59
HSV184°28°69°
CMYK 0.280.020.00   0.31
XYZ31.094637.035846.0672
Yxy37.03580.27230.3243
Hunter Lab60.8570-15.2962-2.2811
CIE-Lab67.3039-14.5449-6.5164

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

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

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

Base Numbers

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

RGB Percentages of Color #7eacaf

%26.64
%36.36
%37.00

CMYK Percentages of Color #7eacaf

%28
%2
%0
%31

Triadic Colors of #7eacaf

#7eacaf #af7eac #acaf7e

Analogous Colors of #7eacaf

#7eacaf #7e94af #7eaf9a

Monochromatic Colors of #7eacaf

#7eacaf

Complementary Color

#7eacaf #af817e

#7eacaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eacaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eacaf Color CSS Codes

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

#7eacaf Text Font Color

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

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


#7eacaf Background Color

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

This div background color is #7eacaf


#7eacaf Border Color

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

This div border color is #7eacaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eacaf


Comments

No comments written yet.

Please login to write comment.