Color Hex Logo

#7fdfab Color Hex

#7FDFAB
(127,223,171)
0 Favorites   0 Comments

Color spaces of #7fdfab

RGB 127223171
HSL0.410.600.69
HSV148°43°87°
CMYK 0.430.000.23   0.13
XYZ42.490860.227747.9137
Yxy60.22770.28210.3998
Hunter Lab77.6065-38.079817.7193
CIE-Lab81.9618-39.933416.7761

#7fdfab color RGB value is (127,223,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011111 10101011
Octal 177 337 253
Decimal 127 223 171
Hex 7F DF AB

RGB Percentages of Color #7fdfab

%24.38
%42.80
%32.82

CMYK Percentages of Color #7fdfab

%43
%0
%23
%13

Triadic Colors of #7fdfab

#7fdfab #ab7fdf #dfab7f

Analogous Colors of #7fdfab

#7fdfab #7fdfdb #83df7f

Monochromatic Colors of #7fdfab

#7fdfab

Complementary Color

#7fdfab #df7fb3

#7fdfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdfab Color CSS Codes

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

#7fdfab Text Font Color

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

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


#7fdfab Background Color

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

This div background color is #7fdfab


#7fdfab Border Color

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

This div border color is #7fdfab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,223,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdfab


Comments

No comments written yet.

Please login to write comment.