Color Hex Logo

#7ecebd Color Hex

#7ECEBD
(126,206,189)
0 Favorites   0 Comments

Color spaces of #7ecebd

RGB 126206189
HSL0.460.450.65
HSV167°39°81°
CMYK 0.390.000.08   0.19
XYZ39.860852.252456.1289
Yxy52.25240.26890.3525
Hunter Lab72.2858-28.06944.5622
CIE-Lab77.4315-28.46280.7253

#7ecebd color RGB value is (126,206,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001110 10111101
Octal 176 316 275
Decimal 126 206 189
Hex 7E CE BD

RGB Percentages of Color #7ecebd

%24.18
%39.54
%36.28

CMYK Percentages of Color #7ecebd

%39
%0
%8
%19

Triadic Colors of #7ecebd

#7ecebd #bd7ece #cebd7e

Analogous Colors of #7ecebd

#7ecebd #7eb7ce #7ece95

Monochromatic Colors of #7ecebd

#7ecebd

Complementary Color

#7ecebd #ce7e8f

#7ecebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecebd Color CSS Codes

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

#7ecebd Text Font Color

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

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


#7ecebd Background Color

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

This div background color is #7ecebd


#7ecebd Border Color

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

This div border color is #7ecebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecebd


Comments

No comments written yet.

Please login to write comment.