Color Hex Logo

#7eebac Color Hex

#7EEBAC
(126,235,172)
0 Favorites   0 Comments

Color spaces of #7eebac

RGB 126235172
HSL0.400.730.71
HSV145°46°92°
CMYK 0.460.000.27   0.08
XYZ45.758966.830849.5176
Yxy66.83080.28230.4123
Hunter Lab81.7501-43.148921.3120
CIE-Lab85.4184-45.272021.0569

#7eebac color RGB value is (126,235,172).

#7eebac hex color red value is 126, green value is 235 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7eebac hue: 0.40 , saturation: 0.73 and the lightness value of 7eebac is 0.71.

The process color (four color CMYK) of #7eebac color hex is 0.46, 0.00, 0.27, 0.08. Web safe color of #7eebac is #66ff99. Color #7eebac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101011 10101100
Octal 176 353 254
Decimal 126 235 172
Hex 7E EB AC

RGB Percentages of Color #7eebac

%23.64
%44.09
%32.27

CMYK Percentages of Color #7eebac

%46
%0
%27
%8

Triadic Colors of #7eebac

#7eebac #ac7eeb #ebac7e

Analogous Colors of #7eebac

#7eebac #7eebe3 #87eb7e

Monochromatic Colors of #7eebac

#7eebac

Complementary Color

#7eebac #eb7ebd

#7eebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eebac Color CSS Codes

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

#7eebac Text Font Color

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

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


#7eebac Background Color

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

This div background color is #7eebac


#7eebac Border Color

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

This div border color is #7eebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eebac


Comments

No comments written yet.

Please login to write comment.