Color Hex Logo

#7eddec Color Hex

#7EDDEC
(126,221,236)
0 Favorites   0 Comments

Color spaces of #7eddec

RGB 126221236
HSL0.520.740.71
HSV188°47°93°
CMYK 0.470.060.00   0.07
XYZ49.601062.204788.7493
Yxy62.20470.24730.3102
Hunter Lab78.8700-25.7645-11.5078
CIE-Lab83.0222-24.2689-16.0957

#7eddec color RGB value is (126,221,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011101 11101100
Octal 176 335 354
Decimal 126 221 236
Hex 7E DD EC

RGB Percentages of Color #7eddec

%21.61
%37.91
%40.48

CMYK Percentages of Color #7eddec

%47
%6
%0
%7

Triadic Colors of #7eddec

#7eddec #ec7edd #ddec7e

Analogous Colors of #7eddec

#7eddec #7ea6ec #7eecc4

Monochromatic Colors of #7eddec

#7eddec

Complementary Color

#7eddec #ec8d7e

#7eddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eddec Color CSS Codes

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

#7eddec Text Font Color

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

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


#7eddec Background Color

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

This div background color is #7eddec


#7eddec Border Color

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

This div border color is #7eddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eddec


Comments

No comments written yet.

Please login to write comment.