Color Hex Logo

#7ecbbf Color Hex

#7ECBBF
(126,203,191)
0 Favorites   0 Comments

Color spaces of #7ecbbf

RGB 126203191
HSL0.470.430.65
HSV171°38°80°
CMYK 0.380.000.06   0.20
XYZ39.364150.909157.0419
Yxy50.90910.26720.3456
Hunter Lab71.3506-26.38522.5455
CIE-Lab76.6239-26.5428-1.5319

#7ecbbf color RGB value is (126,203,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001011 10111111
Octal 176 313 277
Decimal 126 203 191
Hex 7E CB BF

RGB Percentages of Color #7ecbbf

%24.23
%39.04
%36.73

CMYK Percentages of Color #7ecbbf

%38
%0
%6
%20

Triadic Colors of #7ecbbf

#7ecbbf #bf7ecb #cbbf7e

Analogous Colors of #7ecbbf

#7ecbbf #7eb1cb #7ecb99

Monochromatic Colors of #7ecbbf

#7ecbbf

Complementary Color

#7ecbbf #cb7e8a

#7ecbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecbbf Color CSS Codes

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

#7ecbbf Text Font Color

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

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


#7ecbbf Background Color

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

This div background color is #7ecbbf


#7ecbbf Border Color

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

This div border color is #7ecbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecbbf


Comments

No comments written yet.

Please login to write comment.