Color Hex Logo

#7febac Color Hex

#7FEBAC
(127,235,172)
0 Favorites   0 Comments

Color spaces of #7febac

RGB 127235172
HSL0.400.730.71
HSV145°46°92°
CMYK 0.460.000.27   0.08
XYZ45.907166.907249.5246
Yxy66.90720.28280.4121
Hunter Lab81.7968-42.964321.3601
CIE-Lab85.4571-45.016021.1163

#7febac color RGB value is (127,235,172).

#7febac hex color red value is 127, green value is 235 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7febac hue: 0.40 , saturation: 0.73 and the lightness value of 7febac is 0.71.

The process color (four color CMYK) of #7febac color hex is 0.46, 0.00, 0.27, 0.08. Web safe color of #7febac is #66ff99. Color #7febac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101011 10101100
Octal 177 353 254
Decimal 127 235 172
Hex 7F EB AC

RGB Percentages of Color #7febac

%23.78
%44.01
%32.21

CMYK Percentages of Color #7febac

%46
%0
%27
%8

Triadic Colors of #7febac

#7febac #ac7feb #ebac7f

Analogous Colors of #7febac

#7febac #7febe2 #88eb7f

Monochromatic Colors of #7febac

#7febac

Complementary Color

#7febac #eb7fbe

#7febac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7febac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7febac Color CSS Codes

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

#7febac Text Font Color

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

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


#7febac Background Color

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

This div background color is #7febac


#7febac Border Color

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

This div border color is #7febac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7febac


Comments

No comments written yet.

Please login to write comment.