Color Hex Logo

#7fbeac Color Hex

#7FBEAC
(127,190,172)
0 Favorites   0 Comments

Color spaces of #7fbeac

RGB 127190172
HSL0.450.330.62
HSV163°33°75°
CMYK 0.330.000.09   0.25
XYZ34.612244.317545.7596
Yxy44.31750.27760.3554
Hunter Lab66.5714-23.69315.8454
CIE-Lab72.4402-24.15402.6743

#7fbeac color RGB value is (127,190,172).

#7fbeac hex color red value is 127, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7fbeac hue: 0.45 , saturation: 0.33 and the lightness value of 7fbeac is 0.62.

The process color (four color CMYK) of #7fbeac color hex is 0.33, 0.00, 0.09, 0.25. Web safe color of #7fbeac is #66cc99. Color #7fbeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111110 10101100
Octal 177 276 254
Decimal 127 190 172
Hex 7F BE AC

RGB Percentages of Color #7fbeac

%25.97
%38.85
%35.17

CMYK Percentages of Color #7fbeac

%33
%0
%9
%25

Triadic Colors of #7fbeac

#7fbeac #ac7fbe #beac7f

Analogous Colors of #7fbeac

#7fbeac #7fb1be #7fbe8d

Monochromatic Colors of #7fbeac

#7fbeac

Complementary Color

#7fbeac #be7f91

#7fbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbeac Color CSS Codes

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

#7fbeac Text Font Color

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

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


#7fbeac Background Color

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

This div background color is #7fbeac


#7fbeac Border Color

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

This div border color is #7fbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbeac


Comments

No comments written yet.

Please login to write comment.