Color Hex Logo

#7edced Color Hex

#7EDCED
(126,220,237)
0 Favorites   0 Comments

Color spaces of #7edced

RGB 126220237
HSL0.530.760.71
HSV189°47°93°
CMYK 0.470.070.00   0.07
XYZ49.483461.736489.4290
Yxy61.73640.24660.3077
Hunter Lab78.5725-25.0862-12.4814
CIE-Lab82.7730-23.5135-17.0009

#7edced color RGB value is (126,220,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011100 11101101
Octal 176 334 355
Decimal 126 220 237
Hex 7E DC ED

RGB Percentages of Color #7edced

%21.61
%37.74
%40.65

CMYK Percentages of Color #7edced

%47
%7
%0
%7

Triadic Colors of #7edced

#7edced #ed7edc #dced7e

Analogous Colors of #7edced

#7edced #7ea5ed #7eedc7

Monochromatic Colors of #7edced

#7edced

Complementary Color

#7edced #ed8f7e

#7edced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edced Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edced Color CSS Codes

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

#7edced Text Font Color

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

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


#7edced Background Color

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

This div background color is #7edced


#7edced Border Color

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

This div border color is #7edced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edced


Comments

No comments written yet.

Please login to write comment.