Color Hex Logo

#7eba9e Color Hex

#7EBA9E
(126,186,158)
0 Favorites   0 Comments

Color spaces of #7eba9e

RGB 126186158
HSL0.420.300.61
HSV152°32°73°
CMYK 0.320.000.15   0.27
XYZ32.334642.022138.7546
Yxy42.02210.28590.3715
Hunter Lab64.8245-24.40669.9312
CIE-Lab70.8862-25.46578.0663

#7eba9e color RGB value is (126,186,158).

#7eba9e hex color red value is 126, green value is 186 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #7eba9e hue: 0.42 , saturation: 0.30 and the lightness value of 7eba9e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111010 10011110
Octal 176 272 236
Decimal 126 186 158
Hex 7E BA 9E

RGB Percentages of Color #7eba9e

%26.81
%39.57
%33.62

CMYK Percentages of Color #7eba9e

%32
%0
%15
%27

Triadic Colors of #7eba9e

#7eba9e #9e7eba #ba9e7e

Analogous Colors of #7eba9e

#7eba9e #7eb8ba #7eba80

Monochromatic Colors of #7eba9e

#7eba9e

Complementary Color

#7eba9e #ba7e9a

#7eba9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eba9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eba9e Color CSS Codes

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

#7eba9e Text Font Color

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

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


#7eba9e Background Color

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

This div background color is #7eba9e


#7eba9e Border Color

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

This div border color is #7eba9e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,186,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eba9e


Comments

No comments written yet.

Please login to write comment.