Color Hex Logo

#7eecaf Color Hex

#7EECAF
(126,236,175)
0 Favorites   0 Comments

Color spaces of #7eecaf

RGB 126236175
HSL0.410.740.71
HSV147°47°93°
CMYK 0.470.000.26   0.07
XYZ46.337567.521751.1482
Yxy67.52170.28080.4092
Hunter Lab82.1716-43.142120.6147
CIE-Lab85.7667-45.128519.9874

#7eecaf color RGB value is (126,236,175).

#7eecaf hex color red value is 126, green value is 236 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7eecaf hue: 0.41 , saturation: 0.74 and the lightness value of 7eecaf is 0.71.

The process color (four color CMYK) of #7eecaf color hex is 0.47, 0.00, 0.26, 0.07. Web safe color of #7eecaf is #66ff99. Color #7eecaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101100 10101111
Octal 176 354 257
Decimal 126 236 175
Hex 7E EC AF

RGB Percentages of Color #7eecaf

%23.46
%43.95
%32.59

CMYK Percentages of Color #7eecaf

%47
%0
%26
%7

Triadic Colors of #7eecaf

#7eecaf #af7eec #ecaf7e

Analogous Colors of #7eecaf

#7eecaf #7eece6 #84ec7e

Monochromatic Colors of #7eecaf

#7eecaf

Complementary Color

#7eecaf #ec7ebb

#7eecaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eecaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eecaf Color CSS Codes

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

#7eecaf Text Font Color

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

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


#7eecaf Background Color

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

This div background color is #7eecaf


#7eecaf Border Color

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

This div border color is #7eecaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eecaf


Comments

No comments written yet.

Please login to write comment.