Color Hex Logo

#7eccae Color Hex

#7ECCAE
(126,204,174)
0 Favorites   0 Comments

Color spaces of #7eccae

RGB 126204174
HSL0.440.430.65
HSV157°38°80°
CMYK 0.380.000.15   0.20
XYZ37.837050.677347.8319
Yxy50.67730.27750.3717
Hunter Lab71.1880-29.70489.9941
CIE-Lab76.4831-30.81917.4167

#7eccae color RGB value is (126,204,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001100 10101110
Octal 176 314 256
Decimal 126 204 174
Hex 7E CC AE

RGB Percentages of Color #7eccae

%25.00
%40.48
%34.52

CMYK Percentages of Color #7eccae

%38
%0
%15
%20

Triadic Colors of #7eccae

#7eccae #ae7ecc #ccae7e

Analogous Colors of #7eccae

#7eccae #7ec3cc #7ecc87

Monochromatic Colors of #7eccae

#7eccae

Complementary Color

#7eccae #cc7e9c

#7eccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eccae Color CSS Codes

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

#7eccae Text Font Color

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

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


#7eccae Background Color

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

This div background color is #7eccae


#7eccae Border Color

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

This div border color is #7eccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eccae


Comments

No comments written yet.

Please login to write comment.