Color Hex Logo

#7fedba Color Hex

#7FEDBA
(127,237,186)
0 Favorites   0 Comments

Color spaces of #7fedba

RGB 127237186
HSL0.420.750.71
HSV152°46°93°
CMYK 0.460.000.22   0.07
XYZ47.899568.625657.1759
Yxy68.62560.27580.3951
Hunter Lab82.8406-41.760017.0669
CIE-Lab86.3183-43.133115.0564

#7fedba color RGB value is (127,237,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101101 10111010
Octal 177 355 272
Decimal 127 237 186
Hex 7F ED BA

RGB Percentages of Color #7fedba

%23.09
%43.09
%33.82

CMYK Percentages of Color #7fedba

%46
%0
%22
%7

Triadic Colors of #7fedba

#7fedba #ba7fed #edba7f

Analogous Colors of #7fedba

#7fedba #7fe9ed #7fed83

Monochromatic Colors of #7fedba

#7fedba

Complementary Color

#7fedba #ed7fb2

#7fedba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fedba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fedba Color CSS Codes

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

#7fedba Text Font Color

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

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


#7fedba Background Color

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

This div background color is #7fedba


#7fedba Border Color

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

This div border color is #7fedba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fedba


Comments

No comments written yet.

Please login to write comment.