Color Hex Logo

#7ebbaa Color Hex

#7EBBAA
(126,187,170)
0 Favorites   0 Comments

Color spaces of #7ebbaa

RGB 126187170
HSL0.450.310.61
HSV163°33°73°
CMYK 0.330.000.09   0.27
XYZ33.630242.878544.5341
Yxy42.87850.27780.3542
Hunter Lab65.4817-22.91865.5140
CIE-Lab71.4724-23.39172.3552

#7ebbaa color RGB value is (126,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111011 10101010
Octal 176 273 252
Decimal 126 187 170
Hex 7E BB AA

RGB Percentages of Color #7ebbaa

%26.09
%38.72
%35.20

CMYK Percentages of Color #7ebbaa

%33
%0
%9
%27

Triadic Colors of #7ebbaa

#7ebbaa #aa7ebb #bbaa7e

Analogous Colors of #7ebbaa

#7ebbaa #7eaebb #7ebb8c

Monochromatic Colors of #7ebbaa

#7ebbaa

Complementary Color

#7ebbaa #bb7e8f

#7ebbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebbaa Color CSS Codes

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

#7ebbaa Text Font Color

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

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


#7ebbaa Background Color

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

This div background color is #7ebbaa


#7ebbaa Border Color

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

This div border color is #7ebbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebbaa


Comments

No comments written yet.

Please login to write comment.