Color Hex Logo

#7eccaf Color Hex

#7ECCAF
(126,204,175)
0 Favorites   0 Comments

Color spaces of #7eccaf

RGB 126204175
HSL0.440.430.65
HSV158°38°80°
CMYK 0.380.000.14   0.20
XYZ37.934950.716548.3473
Yxy50.71650.27690.3702
Hunter Lab71.2155-29.54429.5996
CIE-Lab76.5070-30.60496.9137

#7eccaf color RGB value is (126,204,175).

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

The process color (four color CMYK) of #7eccaf color hex is 0.38, 0.00, 0.14, 0.20. Web safe color of #7eccaf is #66cc99. Color #7eccaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001100 10101111
Octal 176 314 257
Decimal 126 204 175
Hex 7E CC AF

RGB Percentages of Color #7eccaf

%24.95
%40.40
%34.65

CMYK Percentages of Color #7eccaf

%38
%0
%14
%20

Triadic Colors of #7eccaf

#7eccaf #af7ecc #ccaf7e

Analogous Colors of #7eccaf

#7eccaf #7ec2cc #7ecc88

Monochromatic Colors of #7eccaf

#7eccaf

Complementary Color

#7eccaf #cc7e9b

#7eccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eccaf Color CSS Codes

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

#7eccaf Text Font Color

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

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


#7eccaf Background Color

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

This div background color is #7eccaf


#7eccaf Border Color

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

This div border color is #7eccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eccaf


Comments

No comments written yet.

Please login to write comment.