Color Hex Logo

#7facaf Color Hex

#7FACAF
(127,172,175)
0 Favorites   0 Comments

Color spaces of #7facaf

RGB 127172175
HSL0.510.230.59
HSV184°27°69°
CMYK 0.270.020.00   0.31
XYZ31.242837.112246.0741
Yxy37.11220.27300.3243
Hunter Lab60.9198-15.0656-2.1976
CIE-Lab67.3611-14.2452-6.4252

#7facaf color RGB value is (127,172,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101100 10101111
Octal 177 254 257
Decimal 127 172 175
Hex 7F AC AF

RGB Percentages of Color #7facaf

%26.79
%36.29
%36.92

CMYK Percentages of Color #7facaf

%27
%2
%0
%31

Triadic Colors of #7facaf

#7facaf #af7fac #acaf7f

Analogous Colors of #7facaf

#7facaf #7f94af #7faf9a

Monochromatic Colors of #7facaf

#7facaf

Complementary Color

#7facaf #af827f

#7facaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7facaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7facaf Color CSS Codes

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

#7facaf Text Font Color

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

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


#7facaf Background Color

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

This div background color is #7facaf


#7facaf Border Color

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

This div border color is #7facaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7facaf


Comments

No comments written yet.

Please login to write comment.