Color Hex Logo

#7eedec Color Hex

#7EEDEC
(126,237,236)
0 Favorites   0 Comments

Color spaces of #7eedec

RGB 126237236
HSL0.500.760.71
HSV179°47°93°
CMYK 0.470.000.00   0.07
XYZ54.028771.060190.2252
Yxy71.06010.25090.3300
Hunter Lab84.2972-33.1137-4.4515
CIE-Lab87.5142-31.9928-9.3807

#7eedec color RGB value is (126,237,236).

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

The process color (four color CMYK) of #7eedec color hex is 0.47, 0.00, 0.00, 0.07. Web safe color of #7eedec is #66ffff. Color #7eedec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101101 11101100
Octal 176 355 354
Decimal 126 237 236
Hex 7E ED EC

RGB Percentages of Color #7eedec

%21.04
%39.57
%39.40

CMYK Percentages of Color #7eedec

%47
%0
%0
%7

Triadic Colors of #7eedec

#7eedec #ec7eed #edec7e

Analogous Colors of #7eedec

#7eedec #7eb7ed #7eedb5

Monochromatic Colors of #7eedec

#7eedec

Complementary Color

#7eedec #ed7e7f

#7eedec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eedec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eedec Color CSS Codes

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

#7eedec Text Font Color

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

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


#7eedec Background Color

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

This div background color is #7eedec


#7eedec Border Color

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

This div border color is #7eedec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eedec


Comments

No comments written yet.

Please login to write comment.