Color Hex Logo

#7edfaf Color Hex

#7EDFAF
(126,223,175)
0 Favorites   0 Comments

Color spaces of #7edfaf

RGB 126223175
HSL0.420.600.68
HSV150°43°87°
CMYK 0.430.000.22   0.13
XYZ42.729760.306149.9456
Yxy60.30610.27930.3942
Hunter Lab77.6570-37.682616.2272
CIE-Lab82.0043-39.401414.7286

#7edfaf color RGB value is (126,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011111 10101111
Octal 176 337 257
Decimal 126 223 175
Hex 7E DF AF

RGB Percentages of Color #7edfaf

%24.05
%42.56
%33.40

CMYK Percentages of Color #7edfaf

%43
%0
%22
%13

Triadic Colors of #7edfaf

#7edfaf #af7edf #dfaf7e

Analogous Colors of #7edfaf

#7edfaf #7edfdf #7edf7f

Monochromatic Colors of #7edfaf

#7edfaf

Complementary Color

#7edfaf #df7eae

#7edfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edfaf Color CSS Codes

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

#7edfaf Text Font Color

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

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


#7edfaf Background Color

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

This div background color is #7edfaf


#7edfaf Border Color

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

This div border color is #7edfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edfaf


Comments

No comments written yet.

Please login to write comment.