Color Hex Logo

#7ec4ed Color Hex

#7EC4ED
(126,196,237)
0 Favorites   0 Comments

Color spaces of #7ec4ed

RGB 126196237
HSL0.560.760.71
HSV202°47°93°
CMYK 0.470.170.00   0.07
XYZ43.630250.029987.4779
Yxy50.02990.24090.2762
Hunter Lab70.7318-13.6748-23.8149
CIE-Lab76.0876-11.2264-27.1554

#7ec4ed color RGB value is (126,196,237).

#7ec4ed hex color red value is 126, green value is 196 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7ec4ed hue: 0.56 , saturation: 0.76 and the lightness value of 7ec4ed is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11000100 11101101
Octal 176 304 355
Decimal 126 196 237
Hex 7E C4 ED

RGB Percentages of Color #7ec4ed

%22.54
%35.06
%42.40

CMYK Percentages of Color #7ec4ed

%47
%17
%0
%7

Triadic Colors of #7ec4ed

#7ec4ed #ed7ec4 #c4ed7e

Analogous Colors of #7ec4ed

#7ec4ed #7e8ded #7eeddf

Monochromatic Colors of #7ec4ed

#7ec4ed

Complementary Color

#7ec4ed #eda77e

#7ec4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec4ed Color CSS Codes

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

#7ec4ed Text Font Color

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

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


#7ec4ed Background Color

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

This div background color is #7ec4ed


#7ec4ed Border Color

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

This div border color is #7ec4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec4ed


Comments

No comments written yet.

Please login to write comment.