Color Hex Logo

#7feedd Color Hex

#7FEEDD
(127,238,221)
0 Favorites   0 Comments

Color spaces of #7feedd

RGB 127238221
HSL0.470.770.72
HSV171°47°93°
CMYK 0.470.000.07   0.07
XYZ52.378170.881679.3275
Yxy70.88160.25850.3499
Hunter Lab84.1912-36.28393.0690
CIE-Lab87.4275-35.8804-1.6404

#7feedd color RGB value is (127,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101110 11011101
Octal 177 356 335
Decimal 127 238 221
Hex 7F EE DD

RGB Percentages of Color #7feedd

%21.67
%40.61
%37.71

CMYK Percentages of Color #7feedd

%47
%0
%7
%7

Triadic Colors of #7feedd

#7feedd #dd7fee #eedd7f

Analogous Colors of #7feedd

#7feedd #7fc8ee #7feea6

Monochromatic Colors of #7feedd

#7feedd

Complementary Color

#7feedd #ee7f90

#7feedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feedd Color CSS Codes

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

#7feedd Text Font Color

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

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


#7feedd Background Color

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

This div background color is #7feedd


#7feedd Border Color

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

This div border color is #7feedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feedd


Comments

No comments written yet.

Please login to write comment.