Color Hex Logo

#7edabf Color Hex

#7EDABF
(126,218,191)
0 Favorites   0 Comments

Color spaces of #7edabf

RGB 126218191
HSL0.450.550.67
HSV162°42°85°
CMYK 0.420.000.12   0.15
XYZ43.079658.340058.2804
Yxy58.34000.26980.3653
Hunter Lab76.3806-32.98998.2266
CIE-Lab80.9275-33.71724.7295

#7edabf color RGB value is (126,218,191).

#7edabf hex color red value is 126, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7edabf hue: 0.45 , saturation: 0.55 and the lightness value of 7edabf is 0.67.

The process color (four color CMYK) of #7edabf color hex is 0.42, 0.00, 0.12, 0.15. Web safe color of #7edabf is #66cccc. Color #7edabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011010 10111111
Octal 176 332 277
Decimal 126 218 191
Hex 7E DA BF

RGB Percentages of Color #7edabf

%23.55
%40.75
%35.70

CMYK Percentages of Color #7edabf

%42
%0
%12
%15

Triadic Colors of #7edabf

#7edabf #bf7eda #dabf7e

Analogous Colors of #7edabf

#7edabf #7ec7da #7eda91

Monochromatic Colors of #7edabf

#7edabf

Complementary Color

#7edabf #da7e99

#7edabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edabf Color CSS Codes

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

#7edabf Text Font Color

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

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


#7edabf Background Color

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

This div background color is #7edabf


#7edabf Border Color

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

This div border color is #7edabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edabf


Comments

No comments written yet.

Please login to write comment.