Color Hex Logo

#7edeaf Color Hex

#7EDEAF
(126,222,175)
0 Favorites   0 Comments

Color spaces of #7edeaf

RGB 126222175
HSL0.420.590.68
HSV151°43°87°
CMYK 0.430.000.21   0.13
XYZ42.463359.773349.8568
Yxy59.77330.27920.3930
Hunter Lab77.3132-37.259215.8850
CIE-Lab81.7148-38.951314.3210

#7edeaf color RGB value is (126,222,175).

#7edeaf hex color red value is 126, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7edeaf hue: 0.42 , saturation: 0.59 and the lightness value of 7edeaf is 0.68.

The process color (four color CMYK) of #7edeaf color hex is 0.43, 0.00, 0.21, 0.13. Web safe color of #7edeaf is #66cc99. Color #7edeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011110 10101111
Octal 176 336 257
Decimal 126 222 175
Hex 7E DE AF

RGB Percentages of Color #7edeaf

%24.09
%42.45
%33.46

CMYK Percentages of Color #7edeaf

%43
%0
%21
%13

Triadic Colors of #7edeaf

#7edeaf #af7ede #deaf7e

Analogous Colors of #7edeaf

#7edeaf #7eddde #7ede7f

Monochromatic Colors of #7edeaf

#7edeaf

Complementary Color

#7edeaf #de7ead

#7edeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edeaf Color CSS Codes

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

#7edeaf Text Font Color

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

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


#7edeaf Background Color

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

This div background color is #7edeaf


#7edeaf Border Color

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

This div border color is #7edeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edeaf


Comments

No comments written yet.

Please login to write comment.