Color Hex Logo

#7edaba Color Hex

#7EDABA
(126,218,186)
0 Favorites   0 Comments

Color spaces of #7edaba

RGB 126218186
HSL0.440.550.67
HSV159°42°85°
CMYK 0.420.000.15   0.15
XYZ42.538558.123655.4313
Yxy58.12360.27250.3724
Hunter Lab76.2388-33.821410.2589
CIE-Lab80.8075-34.81487.2131

#7edaba color RGB value is (126,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011010 10111010
Octal 176 332 272
Decimal 126 218 186
Hex 7E DA BA

RGB Percentages of Color #7edaba

%23.77
%41.13
%35.09

CMYK Percentages of Color #7edaba

%42
%0
%15
%15

Triadic Colors of #7edaba

#7edaba #ba7eda #daba7e

Analogous Colors of #7edaba

#7edaba #7eccda #7eda8c

Monochromatic Colors of #7edaba

#7edaba

Complementary Color

#7edaba #da7e9e

#7edaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edaba Color CSS Codes

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

#7edaba Text Font Color

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

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


#7edaba Background Color

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

This div background color is #7edaba


#7edaba Border Color

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

This div border color is #7edaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edaba


Comments

No comments written yet.

Please login to write comment.