Color Hex Logo

#7ecdec Color Hex

#7ECDEC
(126,205,236)
0 Favorites   0 Comments

Color spaces of #7ecdec

RGB 126205236
HSL0.550.740.71
HSV197°47°93°
CMYK 0.470.130.00   0.07
XYZ45.575854.154487.4076
Yxy54.15440.24350.2894
Hunter Lab73.5897-18.2327-18.9101
CIE-Lab78.5517-16.1974-22.8572

#7ecdec color RGB value is (126,205,236).

#7ecdec hex color red value is 126, green value is 205 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7ecdec hue: 0.55 , saturation: 0.74 and the lightness value of 7ecdec is 0.71.

The process color (four color CMYK) of #7ecdec color hex is 0.47, 0.13, 0.00, 0.07. Web safe color of #7ecdec is #66ccff. Color #7ecdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001101 11101100
Octal 176 315 354
Decimal 126 205 236
Hex 7E CD EC

RGB Percentages of Color #7ecdec

%22.22
%36.16
%41.62

CMYK Percentages of Color #7ecdec

%47
%13
%0
%7

Triadic Colors of #7ecdec

#7ecdec #ec7ecd #cdec7e

Analogous Colors of #7ecdec

#7ecdec #7e96ec #7eecd4

Monochromatic Colors of #7ecdec

#7ecdec

Complementary Color

#7ecdec #ec9d7e

#7ecdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecdec Color CSS Codes

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

#7ecdec Text Font Color

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

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


#7ecdec Background Color

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

This div background color is #7ecdec


#7ecdec Border Color

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

This div border color is #7ecdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecdec


Comments

No comments written yet.

Please login to write comment.