Color Hex Logo

#7fedbe Color Hex

#7FEDBE
(127,237,190)
0 Favorites   0 Comments

Color spaces of #7fedbe

RGB 127237190
HSL0.430.750.71
HSV154°46°93°
CMYK 0.460.000.20   0.07
XYZ48.330868.798159.4473
Yxy68.79810.27370.3896
Hunter Lab82.9446-41.143415.5675
CIE-Lab86.4040-42.311613.0951

#7fedbe color RGB value is (127,237,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101101 10111110
Octal 177 355 276
Decimal 127 237 190
Hex 7F ED BE

RGB Percentages of Color #7fedbe

%22.92
%42.78
%34.30

CMYK Percentages of Color #7fedbe

%46
%0
%20
%7

Triadic Colors of #7fedbe

#7fedbe #be7fed #edbe7f

Analogous Colors of #7fedbe

#7fedbe #7fe5ed #7fed87

Monochromatic Colors of #7fedbe

#7fedbe

Complementary Color

#7fedbe #ed7fae

#7fedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fedbe Color CSS Codes

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

#7fedbe Text Font Color

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

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


#7fedbe Background Color

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

This div background color is #7fedbe


#7fedbe Border Color

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

This div border color is #7fedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fedbe


Comments

No comments written yet.

Please login to write comment.