Color Hex Logo

#7eccb4 Color Hex

#7ECCB4
(126,204,180)
0 Favorites   0 Comments

Color spaces of #7eccb4

RGB 126204180
HSL0.450.430.65
HSV162°38°80°
CMYK 0.380.000.12   0.20
XYZ38.435350.916650.9822
Yxy50.91660.27390.3628
Hunter Lab71.3559-28.72517.5877
CIE-Lab76.6285-29.51704.4002

#7eccb4 color RGB value is (126,204,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001100 10110100
Octal 176 314 264
Decimal 126 204 180
Hex 7E CC B4

RGB Percentages of Color #7eccb4

%24.71
%40.00
%35.29

CMYK Percentages of Color #7eccb4

%38
%0
%12
%20

Triadic Colors of #7eccb4

#7eccb4 #b47ecc #ccb47e

Analogous Colors of #7eccb4

#7eccb4 #7ebdcc #7ecc8d

Monochromatic Colors of #7eccb4

#7eccb4

Complementary Color

#7eccb4 #cc7e96

#7eccb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eccb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eccb4 Color CSS Codes

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

#7eccb4 Text Font Color

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

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


#7eccb4 Background Color

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

This div background color is #7eccb4


#7eccb4 Border Color

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

This div border color is #7eccb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eccb4


Comments

No comments written yet.

Please login to write comment.