Color Hex Logo

#7eceab Color Hex

#7ECEAB
(126,206,171)
0 Favorites   0 Comments

Color spaces of #7eceab

RGB 126206171
HSL0.430.450.65
HSV154°39°81°
CMYK 0.390.000.17   0.19
XYZ38.026251.518546.4680
Yxy51.51850.27960.3788
Hunter Lab71.7764-31.041711.8592
CIE-Lab76.9920-32.40079.7532

#7eceab color RGB value is (126,206,171).

#7eceab hex color red value is 126, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7eceab hue: 0.43 , saturation: 0.45 and the lightness value of 7eceab is 0.65.

The process color (four color CMYK) of #7eceab color hex is 0.39, 0.00, 0.17, 0.19. Web safe color of #7eceab is #66cc99. Color #7eceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001110 10101011
Octal 176 316 253
Decimal 126 206 171
Hex 7E CE AB

RGB Percentages of Color #7eceab

%25.05
%40.95
%34.00

CMYK Percentages of Color #7eceab

%39
%0
%17
%19

Triadic Colors of #7eceab

#7eceab #ab7ece #ceab7e

Analogous Colors of #7eceab

#7eceab #7ec9ce #7ece83

Monochromatic Colors of #7eceab

#7eceab

Complementary Color

#7eceab #ce7ea1

#7eceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eceab Color CSS Codes

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

#7eceab Text Font Color

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

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


#7eceab Background Color

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

This div background color is #7eceab


#7eceab Border Color

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

This div border color is #7eceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eceab


Comments

No comments written yet.

Please login to write comment.