Color Hex Logo

#7eccbe Color Hex

#7ECCBE
(126,204,190)
0 Favorites   0 Comments

Color spaces of #7eccbe

RGB 126204190
HSL0.470.430.65
HSV169°38°80°
CMYK 0.380.000.07   0.20
XYZ39.491351.339156.5432
Yxy51.33910.26800.3484
Hunter Lab71.6513-27.00783.3676
CIE-Lab76.8840-27.2627-0.6123

#7eccbe color RGB value is (126,204,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001100 10111110
Octal 176 314 276
Decimal 126 204 190
Hex 7E CC BE

RGB Percentages of Color #7eccbe

%24.23
%39.23
%36.54

CMYK Percentages of Color #7eccbe

%38
%0
%7
%20

Triadic Colors of #7eccbe

#7eccbe #be7ecc #ccbe7e

Analogous Colors of #7eccbe

#7eccbe #7eb3cc #7ecc97

Monochromatic Colors of #7eccbe

#7eccbe

Complementary Color

#7eccbe #cc7e8c

#7eccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eccbe Color CSS Codes

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

#7eccbe Text Font Color

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

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


#7eccbe Background Color

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

This div background color is #7eccbe


#7eccbe Border Color

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

This div border color is #7eccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eccbe


Comments

No comments written yet.

Please login to write comment.