Color Hex Logo

#7eceaf Color Hex

#7ECEAF
(126,206,175)
0 Favorites   0 Comments

Color spaces of #7eceaf

RGB 126206175
HSL0.440.450.65
HSV157°39°81°
CMYK 0.390.000.15   0.19
XYZ38.413451.673448.5068
Yxy51.67340.27720.3728
Hunter Lab71.8842-30.410810.3106
CIE-Lab77.0851-31.55577.7429

#7eceaf color RGB value is (126,206,175).

#7eceaf hex color red value is 126, green value is 206 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7eceaf hue: 0.44 , saturation: 0.45 and the lightness value of 7eceaf is 0.65.

The process color (four color CMYK) of #7eceaf color hex is 0.39, 0.00, 0.15, 0.19. Web safe color of #7eceaf is #66cc99. Color #7eceaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001110 10101111
Octal 176 316 257
Decimal 126 206 175
Hex 7E CE AF

RGB Percentages of Color #7eceaf

%24.85
%40.63
%34.52

CMYK Percentages of Color #7eceaf

%39
%0
%15
%19

Triadic Colors of #7eceaf

#7eceaf #af7ece #ceaf7e

Analogous Colors of #7eceaf

#7eceaf #7ec5ce #7ece87

Monochromatic Colors of #7eceaf

#7eceaf

Complementary Color

#7eceaf #ce7e9d

#7eceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eceaf Color CSS Codes

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

#7eceaf Text Font Color

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

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


#7eceaf Background Color

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

This div background color is #7eceaf


#7eceaf Border Color

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

This div border color is #7eceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eceaf


Comments

No comments written yet.

Please login to write comment.