Color Hex Logo

#7fefba Color Hex

#7FEFBA
(127,239,186)
0 Favorites   0 Comments

Color spaces of #7fefba

RGB 127239186
HSL0.420.780.72
HSV152°47°94°
CMYK 0.470.000.22   0.06
XYZ48.481869.790257.3700
Yxy69.79020.27600.3973
Hunter Lab83.5405-42.605517.7620
CIE-Lab86.8939-44.008015.8664

#7fefba color RGB value is (127,239,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 10111010
Octal 177 357 272
Decimal 127 239 186
Hex 7F EF BA

RGB Percentages of Color #7fefba

%23.01
%43.30
%33.70

CMYK Percentages of Color #7fefba

%47
%0
%22
%6

Triadic Colors of #7fefba

#7fefba #ba7fef #efba7f

Analogous Colors of #7fefba

#7fefba #7fecef #7fef82

Monochromatic Colors of #7fefba

#7fefba

Complementary Color

#7fefba #ef7fb4

#7fefba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fefba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fefba Color CSS Codes

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

#7fefba Text Font Color

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

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


#7fefba Background Color

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

This div background color is #7fefba


#7fefba Border Color

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

This div border color is #7fefba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fefba


Comments

No comments written yet.

Please login to write comment.