Color Hex Logo

#7ecebc Color Hex

#7ECEBC
(126,206,188)
0 Favorites   0 Comments

Color spaces of #7ecebc

RGB 126206188
HSL0.460.450.65
HSV167°39°81°
CMYK 0.390.000.09   0.19
XYZ39.752652.209155.5591
Yxy52.20910.26950.3539
Hunter Lab72.2559-28.24344.9897
CIE-Lab77.4057-28.69051.2253

#7ecebc color RGB value is (126,206,188).

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

The process color (four color CMYK) of #7ecebc color hex is 0.39, 0.00, 0.09, 0.19. Web safe color of #7ecebc is #66cccc. Color #7ecebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001110 10111100
Octal 176 316 274
Decimal 126 206 188
Hex 7E CE BC

RGB Percentages of Color #7ecebc

%24.23
%39.62
%36.15

CMYK Percentages of Color #7ecebc

%39
%0
%9
%19

Triadic Colors of #7ecebc

#7ecebc #bc7ece #cebc7e

Analogous Colors of #7ecebc

#7ecebc #7eb8ce #7ece94

Monochromatic Colors of #7ecebc

#7ecebc

Complementary Color

#7ecebc #ce7e90

#7ecebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecebc Color CSS Codes

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

#7ecebc Text Font Color

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

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


#7ecebc Background Color

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

This div background color is #7ecebc


#7ecebc Border Color

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

This div border color is #7ecebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,206,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 #7ecebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecebc


Comments

No comments written yet.

Please login to write comment.