Color Hex Logo

#7fbbaa Color Hex

#7FBBAA
(127,187,170)
0 Favorites   0 Comments

Color spaces of #7fbbaa

RGB 127187170
HSL0.450.310.62
HSV163°32°73°
CMYK 0.320.000.09   0.27
XYZ33.778442.955044.5410
Yxy42.95500.27850.3542
Hunter Lab65.5401-22.69885.5846
CIE-Lab71.5244-23.09712.4372

#7fbbaa color RGB value is (127,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111011 10101010
Octal 177 273 252
Decimal 127 187 170
Hex 7F BB AA

RGB Percentages of Color #7fbbaa

%26.24
%38.64
%35.12

CMYK Percentages of Color #7fbbaa

%32
%0
%9
%27

Triadic Colors of #7fbbaa

#7fbbaa #aa7fbb #bbaa7f

Analogous Colors of #7fbbaa

#7fbbaa #7faebb #7fbb8c

Monochromatic Colors of #7fbbaa

#7fbbaa

Complementary Color

#7fbbaa #bb7f90

#7fbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbbaa Color CSS Codes

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

#7fbbaa Text Font Color

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

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


#7fbbaa Background Color

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

This div background color is #7fbbaa


#7fbbaa Border Color

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

This div border color is #7fbbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbbaa


Comments

No comments written yet.

Please login to write comment.