Color Hex Logo

#7edac1 Color Hex

#7EDAC1
(126,218,193)
0 Favorites   0 Comments

Color spaces of #7edac1

RGB 126218193
HSL0.450.550.67
HSV164°42°85°
CMYK 0.420.000.11   0.15
XYZ43.301258.428759.4477
Yxy58.42870.26870.3625
Hunter Lab76.4387-32.65057.3962
CIE-Lab80.9766-33.27143.7371

#7edac1 color RGB value is (126,218,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011010 11000001
Octal 176 332 301
Decimal 126 218 193
Hex 7E DA C1

RGB Percentages of Color #7edac1

%23.46
%40.60
%35.94

CMYK Percentages of Color #7edac1

%42
%0
%11
%15

Triadic Colors of #7edac1

#7edac1 #c17eda #dac17e

Analogous Colors of #7edac1

#7edac1 #7ec5da #7eda93

Monochromatic Colors of #7edac1

#7edac1

Complementary Color

#7edac1 #da7e97

#7edac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edac1 Color CSS Codes

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

#7edac1 Text Font Color

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

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


#7edac1 Background Color

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

This div background color is #7edac1


#7edac1 Border Color

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

This div border color is #7edac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edac1


Comments

No comments written yet.

Please login to write comment.