Color Hex Logo

#7ed1ab Color Hex

#7ED1AB
(126,209,171)
0 Favorites   0 Comments

Color spaces of #7ed1ab

RGB 126209171
HSL0.420.470.66
HSV153°40°82°
CMYK 0.400.000.18   0.18
XYZ38.755352.976846.7110
Yxy52.97680.27990.3827
Hunter Lab72.7852-32.329712.8993
CIE-Lab77.8613-33.807710.9899

#7ed1ab color RGB value is (126,209,171).

#7ed1ab hex color red value is 126, green value is 209 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7ed1ab hue: 0.42 , saturation: 0.47 and the lightness value of 7ed1ab is 0.66.

The process color (four color CMYK) of #7ed1ab color hex is 0.40, 0.00, 0.18, 0.18. Web safe color of #7ed1ab is #66cc99. Color #7ed1ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010001 10101011
Octal 176 321 253
Decimal 126 209 171
Hex 7E D1 AB

RGB Percentages of Color #7ed1ab

%24.90
%41.30
%33.79

CMYK Percentages of Color #7ed1ab

%40
%0
%18
%18

Triadic Colors of #7ed1ab

#7ed1ab #ab7ed1 #d1ab7e

Analogous Colors of #7ed1ab

#7ed1ab #7eced1 #7ed182

Monochromatic Colors of #7ed1ab

#7ed1ab

Complementary Color

#7ed1ab #d17ea4

#7ed1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed1ab Color CSS Codes

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

#7ed1ab Text Font Color

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

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


#7ed1ab Background Color

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

This div background color is #7ed1ab


#7ed1ab Border Color

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

This div border color is #7ed1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed1ab


Comments

No comments written yet.

Please login to write comment.