Color Hex Logo

#7ec8bd Color Hex

#7EC8BD
(126,200,189)
0 Favorites   0 Comments

Color spaces of #7ec8bd

RGB 126200189
HSL0.480.400.64
HSV171°37°78°
CMYK 0.370.000.05   0.22
XYZ38.443849.418355.6566
Yxy49.41830.26790.3443
Hunter Lab70.2982-25.40582.2675
CIE-Lab75.7108-25.5345-1.7903

#7ec8bd color RGB value is (126,200,189).

#7ec8bd hex color red value is 126, green value is 200 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7ec8bd hue: 0.48 , saturation: 0.40 and the lightness value of 7ec8bd is 0.64.

The process color (four color CMYK) of #7ec8bd color hex is 0.37, 0.00, 0.05, 0.22. Web safe color of #7ec8bd is #66cccc. Color #7ec8bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001000 10111101
Octal 176 310 275
Decimal 126 200 189
Hex 7E C8 BD

RGB Percentages of Color #7ec8bd

%24.47
%38.83
%36.70

CMYK Percentages of Color #7ec8bd

%37
%0
%5
%22

Triadic Colors of #7ec8bd

#7ec8bd #bd7ec8 #c8bd7e

Analogous Colors of #7ec8bd

#7ec8bd #7eaec8 #7ec898

Monochromatic Colors of #7ec8bd

#7ec8bd

Complementary Color

#7ec8bd #c87e89

#7ec8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec8bd Color CSS Codes

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

#7ec8bd Text Font Color

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

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


#7ec8bd Background Color

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

This div background color is #7ec8bd


#7ec8bd Border Color

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

This div border color is #7ec8bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec8bd


Comments

No comments written yet.

Please login to write comment.