Color Hex Logo

#7fefaf Color Hex

#7FEFAF
(127,239,175)
0 Favorites   0 Comments

Color spaces of #7fefaf

RGB 127239175
HSL0.400.780.72
HSV146°47°94°
CMYK 0.470.000.27   0.06
XYZ47.356869.340251.4455
Yxy69.34020.28160.4124
Hunter Lab83.2708-44.209321.6596
CIE-Lab86.6722-46.167021.2480

#7fefaf color RGB value is (127,239,175).

#7fefaf hex color red value is 127, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7fefaf hue: 0.40 , saturation: 0.78 and the lightness value of 7fefaf is 0.72.

The process color (four color CMYK) of #7fefaf color hex is 0.47, 0.00, 0.27, 0.06. Web safe color of #7fefaf is #66ff99. Color #7fefaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 10101111
Octal 177 357 257
Decimal 127 239 175
Hex 7F EF AF

RGB Percentages of Color #7fefaf

%23.48
%44.18
%32.35

CMYK Percentages of Color #7fefaf

%47
%0
%27
%6

Triadic Colors of #7fefaf

#7fefaf #af7fef #efaf7f

Analogous Colors of #7fefaf

#7fefaf #7fefe7 #87ef7f

Monochromatic Colors of #7fefaf

#7fefaf

Complementary Color

#7fefaf #ef7fbf

#7fefaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fefaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fefaf Color CSS Codes

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

#7fefaf Text Font Color

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

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


#7fefaf Background Color

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

This div background color is #7fefaf


#7fefaf Border Color

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

This div border color is #7fefaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fefaf


Comments

No comments written yet.

Please login to write comment.