Color Hex Logo

#7fecbf Color Hex

#7FECBF
(127,236,191)
0 Favorites   0 Comments

Color spaces of #7fecbf

RGB 127236191
HSL0.430.740.71
HSV155°46°93°
CMYK 0.460.000.19   0.07
XYZ48.151868.264559.9287
Yxy68.26450.27310.3871
Hunter Lab82.6223-40.560414.8306
CIE-Lab86.1385-41.660812.1974

#7fecbf color RGB value is (127,236,191).

#7fecbf hex color red value is 127, green value is 236 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7fecbf hue: 0.43 , saturation: 0.74 and the lightness value of 7fecbf is 0.71.

The process color (four color CMYK) of #7fecbf color hex is 0.46, 0.00, 0.19, 0.07. Web safe color of #7fecbf is #66ffcc. Color #7fecbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101100 10111111
Octal 177 354 277
Decimal 127 236 191
Hex 7F EC BF

RGB Percentages of Color #7fecbf

%22.92
%42.60
%34.48

CMYK Percentages of Color #7fecbf

%46
%0
%19
%7

Triadic Colors of #7fecbf

#7fecbf #bf7fec #ecbf7f

Analogous Colors of #7fecbf

#7fecbf #7fe3ec #7fec89

Monochromatic Colors of #7fecbf

#7fecbf

Complementary Color

#7fecbf #ec7fac

#7fecbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fecbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fecbf Color CSS Codes

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

#7fecbf Text Font Color

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

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


#7fecbf Background Color

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

This div background color is #7fecbf


#7fecbf Border Color

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

This div border color is #7fecbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fecbf


Comments

No comments written yet.

Please login to write comment.