Color Hex Logo

#7fedbf Color Hex

#7FEDBF
(127,237,191)
0 Favorites   0 Comments

Color spaces of #7fedbf

RGB 127237191
HSL0.430.750.71
HSV155°46°93°
CMYK 0.460.000.19   0.07
XYZ48.440668.842060.0250
Yxy68.84200.27320.3883
Hunter Lab82.9711-40.986615.1867
CIE-Lab86.4257-42.103512.6049

#7fedbf color RGB value is (127,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101101 10111111
Octal 177 355 277
Decimal 127 237 191
Hex 7F ED BF

RGB Percentages of Color #7fedbf

%22.88
%42.70
%34.41

CMYK Percentages of Color #7fedbf

%46
%0
%19
%7

Triadic Colors of #7fedbf

#7fedbf #bf7fed #edbf7f

Analogous Colors of #7fedbf

#7fedbf #7fe4ed #7fed88

Monochromatic Colors of #7fedbf

#7fedbf

Complementary Color

#7fedbf #ed7fad

#7fedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fedbf Color CSS Codes

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

#7fedbf Text Font Color

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

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


#7fedbf Background Color

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

This div background color is #7fedbf


#7fedbf Border Color

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

This div border color is #7fedbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fedbf


Comments

No comments written yet.

Please login to write comment.