Color Hex Logo

#7fbeab Color Hex

#7FBEAB
(127,190,171)
0 Favorites   0 Comments

Color spaces of #7fbeab

RGB 127190171
HSL0.450.330.62
HSV162°33°75°
CMYK 0.330.000.10   0.25
XYZ34.516544.279245.2556
Yxy44.27920.27820.3569
Hunter Lab66.5426-23.85946.2567
CIE-Lab72.4147-24.37363.1824

#7fbeab color RGB value is (127,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111110 10101011
Octal 177 276 253
Decimal 127 190 171
Hex 7F BE AB

RGB Percentages of Color #7fbeab

%26.02
%38.93
%35.04

CMYK Percentages of Color #7fbeab

%33
%0
%10
%25

Triadic Colors of #7fbeab

#7fbeab #ab7fbe #beab7f

Analogous Colors of #7fbeab

#7fbeab #7fb2be #7fbe8c

Monochromatic Colors of #7fbeab

#7fbeab

Complementary Color

#7fbeab #be7f92

#7fbeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbeab Color CSS Codes

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

#7fbeab Text Font Color

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

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


#7fbeab Background Color

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

This div background color is #7fbeab


#7fbeab Border Color

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

This div border color is #7fbeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbeab


Comments

No comments written yet.

Please login to write comment.