Color Hex Logo

#7ebea4 Color Hex

#7EBEA4
(126,190,164)
0 Favorites   0 Comments

Color spaces of #7ebea4

RGB 126190164
HSL0.430.330.62
HSV156°34°75°
CMYK 0.340.000.14   0.25
XYZ33.718543.942941.8266
Yxy43.94290.28220.3678
Hunter Lab66.2894-25.21158.9924
CIE-Lab72.1903-26.17686.6646

#7ebea4 color RGB value is (126,190,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111110 10100100
Octal 176 276 244
Decimal 126 190 164
Hex 7E BE A4

RGB Percentages of Color #7ebea4

%26.25
%39.58
%34.17

CMYK Percentages of Color #7ebea4

%34
%0
%14
%25

Triadic Colors of #7ebea4

#7ebea4 #a47ebe #bea47e

Analogous Colors of #7ebea4

#7ebea4 #7eb8be #7ebe84

Monochromatic Colors of #7ebea4

#7ebea4

Complementary Color

#7ebea4 #be7e98

#7ebea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebea4 Color CSS Codes

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

#7ebea4 Text Font Color

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

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


#7ebea4 Background Color

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

This div background color is #7ebea4


#7ebea4 Border Color

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

This div border color is #7ebea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebea4


Comments

No comments written yet.

Please login to write comment.