Color Hex Logo

#7edcbe Color Hex

#7EDCBE
(126,220,190)
0 Favorites   0 Comments

Color spaces of #7edcbe

RGB 126220190
HSL0.450.570.68
HSV161°43°86°
CMYK 0.430.000.14   0.14
XYZ43.491659.339757.8767
Yxy59.33970.27060.3692
Hunter Lab77.0323-34.02739.3762
CIE-Lab81.4780-34.86966.0544

#7edcbe color RGB value is (126,220,190).

#7edcbe hex color red value is 126, green value is 220 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7edcbe hue: 0.45 , saturation: 0.57 and the lightness value of 7edcbe is 0.68.

The process color (four color CMYK) of #7edcbe color hex is 0.43, 0.00, 0.14, 0.14. Web safe color of #7edcbe is #66cccc. Color #7edcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011100 10111110
Octal 176 334 276
Decimal 126 220 190
Hex 7E DC BE

RGB Percentages of Color #7edcbe

%23.51
%41.04
%35.45

CMYK Percentages of Color #7edcbe

%43
%0
%14
%14

Triadic Colors of #7edcbe

#7edcbe #be7edc #dcbe7e

Analogous Colors of #7edcbe

#7edcbe #7ecbdc #7edc8f

Monochromatic Colors of #7edcbe

#7edcbe

Complementary Color

#7edcbe #dc7e9c

#7edcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edcbe Color CSS Codes

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

#7edcbe Text Font Color

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

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


#7edcbe Background Color

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

This div background color is #7edcbe


#7edcbe Border Color

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

This div border color is #7edcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edcbe


Comments

No comments written yet.

Please login to write comment.