Color Hex Logo

#7ebcaa Color Hex

#7EBCAA
(126,188,170)
0 Favorites   0 Comments

Color spaces of #7ebcaa

RGB 126188170
HSL0.450.320.62
HSV163°33°74°
CMYK 0.330.000.10   0.26
XYZ33.843143.304344.6051
Yxy43.30430.27800.3557
Hunter Lab65.8060-23.36055.8758
CIE-Lab71.7610-23.89102.7739

#7ebcaa color RGB value is (126,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111100 10101010
Octal 176 274 252
Decimal 126 188 170
Hex 7E BC AA

RGB Percentages of Color #7ebcaa

%26.03
%38.84
%35.12

CMYK Percentages of Color #7ebcaa

%33
%0
%10
%26

Triadic Colors of #7ebcaa

#7ebcaa #aa7ebc #bcaa7e

Analogous Colors of #7ebcaa

#7ebcaa #7eafbc #7ebc8b

Monochromatic Colors of #7ebcaa

#7ebcaa

Complementary Color

#7ebcaa #bc7e90

#7ebcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebcaa Color CSS Codes

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

#7ebcaa Text Font Color

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

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


#7ebcaa Background Color

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

This div background color is #7ebcaa


#7ebcaa Border Color

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

This div border color is #7ebcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebcaa


Comments

No comments written yet.

Please login to write comment.