Color Hex Logo

#7ec6de Color Hex

#7EC6DE
(126,198,222)
0 Favorites   0 Comments

Color spaces of #7ec6de

RGB 126198222
HSL0.540.590.68
HSV195°43°87°
CMYK 0.430.110.00   0.13
XYZ41.983150.097776.5643
Yxy50.09770.24890.2971
Hunter Lab70.7797-17.9870-14.5897
CIE-Lab76.1292-16.3216-19.0058

#7ec6de color RGB value is (126,198,222).

#7ec6de hex color red value is 126, green value is 198 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7ec6de hue: 0.54 , saturation: 0.59 and the lightness value of 7ec6de is 0.68.

The process color (four color CMYK) of #7ec6de color hex is 0.43, 0.11, 0.00, 0.13. Web safe color of #7ec6de is #66cccc. Color #7ec6de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11000110 11011110
Octal 176 306 336
Decimal 126 198 222
Hex 7E C6 DE

RGB Percentages of Color #7ec6de

%23.08
%36.26
%40.66

CMYK Percentages of Color #7ec6de

%43
%11
%0
%13

Triadic Colors of #7ec6de

#7ec6de #de7ec6 #c6de7e

Analogous Colors of #7ec6de

#7ec6de #7e96de #7edec6

Monochromatic Colors of #7ec6de

#7ec6de

Complementary Color

#7ec6de #de967e

#7ec6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec6de Color CSS Codes

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

#7ec6de Text Font Color

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

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


#7ec6de Background Color

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

This div background color is #7ec6de


#7ec6de Border Color

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

This div border color is #7ec6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec6de


Comments

No comments written yet.

Please login to write comment.