Color Hex Logo

#7ecabc Color Hex

#7ECABC
(126,202,188)
0 Favorites   0 Comments

Color spaces of #7ecabc

RGB 126202188
HSL0.470.420.64
HSV169°38°79°
CMYK 0.380.000.07   0.21
XYZ38.801850.307555.2422
Yxy50.30750.26880.3485
Hunter Lab70.9278-26.47333.4713
CIE-Lab76.2576-26.7471-0.4497

#7ecabc color RGB value is (126,202,188).

#7ecabc hex color red value is 126, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7ecabc hue: 0.47 , saturation: 0.42 and the lightness value of 7ecabc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001010 10111100
Octal 176 312 274
Decimal 126 202 188
Hex 7E CA BC

RGB Percentages of Color #7ecabc

%24.42
%39.15
%36.43

CMYK Percentages of Color #7ecabc

%38
%0
%7
%21

Triadic Colors of #7ecabc

#7ecabc #bc7eca #cabc7e

Analogous Colors of #7ecabc

#7ecabc #7eb2ca #7eca96

Monochromatic Colors of #7ecabc

#7ecabc

Complementary Color

#7ecabc #ca7e8c

#7ecabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecabc Color CSS Codes

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

#7ecabc Text Font Color

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

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


#7ecabc Background Color

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

This div background color is #7ecabc


#7ecabc Border Color

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

This div border color is #7ecabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecabc


Comments

No comments written yet.

Please login to write comment.