Color Hex Logo

#7feedc Color Hex

#7FEEDC
(127,238,220)
0 Favorites   0 Comments

Color spaces of #7feedc

RGB 127238220
HSL0.470.770.72
HSV170°47°93°
CMYK 0.470.000.08   0.07
XYZ52.245270.828478.6278
Yxy70.82840.25900.3512
Hunter Lab84.1596-36.46883.5189
CIE-Lab87.4016-36.1159-1.1543

#7feedc color RGB value is (127,238,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101110 11011100
Octal 177 356 334
Decimal 127 238 220
Hex 7F EE DC

RGB Percentages of Color #7feedc

%21.71
%40.68
%37.61

CMYK Percentages of Color #7feedc

%47
%0
%8
%7

Triadic Colors of #7feedc

#7feedc #dc7fee #eedc7f

Analogous Colors of #7feedc

#7feedc #7fc9ee #7feea5

Monochromatic Colors of #7feedc

#7feedc

Complementary Color

#7feedc #ee7f91

#7feedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feedc Color CSS Codes

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

#7feedc Text Font Color

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

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


#7feedc Background Color

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

This div background color is #7feedc


#7feedc Border Color

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

This div border color is #7feedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feedc


Comments

No comments written yet.

Please login to write comment.