Color Hex Logo

#7edcb2 Color Hex

#7EDCB2
(126,220,178)
0 Favorites   0 Comments

Color spaces of #7edcb2

RGB 126220178
HSL0.430.570.68
HSV153°43°86°
CMYK 0.430.000.19   0.14
XYZ42.233358.836451.2501
Yxy58.83640.27730.3863
Hunter Lab76.7049-35.952414.0790
CIE-Lab81.2016-37.430512.0133

#7edcb2 color RGB value is (126,220,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011100 10110010
Octal 176 334 262
Decimal 126 220 178
Hex 7E DC B2

RGB Percentages of Color #7edcb2

%24.05
%41.98
%33.97

CMYK Percentages of Color #7edcb2

%43
%0
%19
%14

Triadic Colors of #7edcb2

#7edcb2 #b27edc #dcb27e

Analogous Colors of #7edcb2

#7edcb2 #7ed7dc #7edc83

Monochromatic Colors of #7edcb2

#7edcb2

Complementary Color

#7edcb2 #dc7ea8

#7edcb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edcb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edcb2 Color CSS Codes

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

#7edcb2 Text Font Color

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

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


#7edcb2 Background Color

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

This div background color is #7edcb2


#7edcb2 Border Color

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

This div border color is #7edcb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edcb2


Comments

No comments written yet.

Please login to write comment.