Color Hex Logo

#7fadac Color Hex

#7FADAC
(127,173,172)
0 Favorites   0 Comments

Color spaces of #7fadac

RGB 127173172
HSL0.500.220.59
HSV179°27°68°
CMYK 0.270.000.01   0.32
XYZ31.142437.377744.6030
Yxy37.37770.27530.3304
Hunter Lab61.1373-16.0651-0.4592
CIE-Lab67.5594-15.4700-4.4679

#7fadac color RGB value is (127,173,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101101 10101100
Octal 177 255 254
Decimal 127 173 172
Hex 7F AD AC

RGB Percentages of Color #7fadac

%26.91
%36.65
%36.44

CMYK Percentages of Color #7fadac

%27
%0
%1
%32

Triadic Colors of #7fadac

#7fadac #ac7fad #adac7f

Analogous Colors of #7fadac

#7fadac #7f97ad #7fad95

Monochromatic Colors of #7fadac

#7fadac

Complementary Color

#7fadac #ad7f80

#7fadac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fadac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fadac Color CSS Codes

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

#7fadac Text Font Color

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

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


#7fadac Background Color

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

This div background color is #7fadac


#7fadac Border Color

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

This div border color is #7fadac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fadac


Comments

No comments written yet.

Please login to write comment.