Color Hex Logo

#7ec3de Color Hex

#7EC3DE
(126,195,222)
0 Favorites   0 Comments

Color spaces of #7ec3de

RGB 126195222
HSL0.550.590.68
HSV197°43°87°
CMYK 0.430.120.00   0.13
XYZ41.304148.739876.3380
Yxy48.73980.24820.2929
Hunter Lab69.8139-16.5681-15.9609
CIE-Lab75.2892-14.7649-20.2788

#7ec3de color RGB value is (126,195,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11000011 11011110
Octal 176 303 336
Decimal 126 195 222
Hex 7E C3 DE

RGB Percentages of Color #7ec3de

%23.20
%35.91
%40.88

CMYK Percentages of Color #7ec3de

%43
%12
%0
%13

Triadic Colors of #7ec3de

#7ec3de #de7ec3 #c3de7e

Analogous Colors of #7ec3de

#7ec3de #7e93de #7edec9

Monochromatic Colors of #7ec3de

#7ec3de

Complementary Color

#7ec3de #de997e

#7ec3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec3de Color CSS Codes

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

#7ec3de Text Font Color

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

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


#7ec3de Background Color

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

This div background color is #7ec3de


#7ec3de Border Color

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

This div border color is #7ec3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec3de


Comments

No comments written yet.

Please login to write comment.