Color Hex Logo

#7fdfac Color Hex

#7FDFAC
(127,223,172)
0 Favorites   0 Comments

Color spaces of #7fdfac

RGB 127223172
HSL0.410.600.69
HSV148°43°87°
CMYK 0.430.000.23   0.13
XYZ42.586560.265948.4177
Yxy60.26590.28150.3984
Hunter Lab77.6311-37.933817.3632
CIE-Lab81.9825-39.735816.2802

#7fdfac color RGB value is (127,223,172).

#7fdfac hex color red value is 127, green value is 223 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7fdfac hue: 0.41 , saturation: 0.60 and the lightness value of 7fdfac is 0.69.

The process color (four color CMYK) of #7fdfac color hex is 0.43, 0.00, 0.23, 0.13. Web safe color of #7fdfac is #66cc99. Color #7fdfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011111 10101100
Octal 177 337 254
Decimal 127 223 172
Hex 7F DF AC

RGB Percentages of Color #7fdfac

%24.33
%42.72
%32.95

CMYK Percentages of Color #7fdfac

%43
%0
%23
%13

Triadic Colors of #7fdfac

#7fdfac #ac7fdf #dfac7f

Analogous Colors of #7fdfac

#7fdfac #7fdfdc #82df7f

Monochromatic Colors of #7fdfac

#7fdfac

Complementary Color

#7fdfac #df7fb2

#7fdfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdfac Color CSS Codes

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

#7fdfac Text Font Color

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

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


#7fdfac Background Color

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

This div background color is #7fdfac


#7fdfac Border Color

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

This div border color is #7fdfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdfac


Comments

No comments written yet.

Please login to write comment.