Color Hex Logo

#7eeedc Color Hex

#7EEEDC
(126,238,220)
0 Favorites   0 Comments

Color spaces of #7eeedc

RGB 126238220
HSL0.470.770.71
HSV170°47°93°
CMYK 0.470.000.08   0.07
XYZ52.097070.752078.6208
Yxy70.75200.25860.3512
Hunter Lab84.1142-36.64413.4621
CIE-Lab87.3644-36.3432-1.2131

#7eeedc color RGB value is (126,238,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101110 11011100
Octal 176 356 334
Decimal 126 238 220
Hex 7E EE DC

RGB Percentages of Color #7eeedc

%21.58
%40.75
%37.67

CMYK Percentages of Color #7eeedc

%47
%0
%8
%7

Triadic Colors of #7eeedc

#7eeedc #dc7eee #eedc7e

Analogous Colors of #7eeedc

#7eeedc #7ec8ee #7eeea4

Monochromatic Colors of #7eeedc

#7eeedc

Complementary Color

#7eeedc #ee7e90

#7eeedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eeedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eeedc Color CSS Codes

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

#7eeedc Text Font Color

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

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


#7eeedc Background Color

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

This div background color is #7eeedc


#7eeedc Border Color

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

This div border color is #7eeedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eeedc


Comments

No comments written yet.

Please login to write comment.