Color Hex Logo

#7ecdbd Color Hex

#7ECDBD
(126,205,189)
0 Favorites   0 Comments

Color spaces of #7ecdbd

RGB 126205189
HSL0.470.440.65
HSV168°39°80°
CMYK 0.390.000.08   0.20
XYZ39.620851.772456.0489
Yxy51.77240.26870.3511
Hunter Lab71.9530-27.62714.1823
CIE-Lab77.1445-27.97850.3068

#7ecdbd color RGB value is (126,205,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001101 10111101
Octal 176 315 275
Decimal 126 205 189
Hex 7E CD BD

RGB Percentages of Color #7ecdbd

%24.23
%39.42
%36.35

CMYK Percentages of Color #7ecdbd

%39
%0
%8
%20

Triadic Colors of #7ecdbd

#7ecdbd #bd7ecd #cdbd7e

Analogous Colors of #7ecdbd

#7ecdbd #7eb6cd #7ecd96

Monochromatic Colors of #7ecdbd

#7ecdbd

Complementary Color

#7ecdbd #cd7e8e

#7ecdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecdbd Color CSS Codes

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

#7ecdbd Text Font Color

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

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


#7ecdbd Background Color

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

This div background color is #7ecdbd


#7ecdbd Border Color

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

This div border color is #7ecdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecdbd


Comments

No comments written yet.

Please login to write comment.