Color Hex Logo

#7ececd Color Hex

#7ECECD
(126,206,205)
0 Favorites   0 Comments

Color spaces of #7ececd

RGB 126206205
HSL0.500.450.65
HSV179°39°81°
CMYK 0.390.000.00   0.19
XYZ41.694952.986065.7874
Yxy52.98600.25980.3302
Hunter Lab72.7915-25.1404-2.6310
CIE-Lab77.8667-24.6844-7.2403

#7ececd color RGB value is (126,206,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001110 11001101
Octal 176 316 315
Decimal 126 206 205
Hex 7E CE CD

RGB Percentages of Color #7ececd

%23.46
%38.36
%38.18

CMYK Percentages of Color #7ececd

%39
%0
%0
%19

Triadic Colors of #7ececd

#7ececd #cd7ece #cecd7e

Analogous Colors of #7ececd

#7ececd #7ea7ce #7ecea5

Monochromatic Colors of #7ececd

#7ececd

Complementary Color

#7ececd #ce7e7f

#7ececd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ececd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ececd Color CSS Codes

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

#7ececd Text Font Color

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

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


#7ececd Background Color

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

This div background color is #7ececd


#7ececd Border Color

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

This div border color is #7ececd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ececd


Comments

No comments written yet.

Please login to write comment.