Color Hex Logo

#7feedb Color Hex

#7FEEDB
(127,238,219)
0 Favorites   0 Comments

Color spaces of #7feedb

RGB 127238219
HSL0.470.770.72
HSV170°47°93°
CMYK 0.470.000.08   0.07
XYZ52.113170.775677.9322
Yxy70.77560.25950.3524
Hunter Lab84.1282-36.65293.9665
CIE-Lab87.3759-36.3506-0.6679

#7feedb color RGB value is (127,238,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101110 11011011
Octal 177 356 333
Decimal 127 238 219
Hex 7F EE DB

RGB Percentages of Color #7feedb

%21.75
%40.75
%37.50

CMYK Percentages of Color #7feedb

%47
%0
%8
%7

Triadic Colors of #7feedb

#7feedb #db7fee #eedb7f

Analogous Colors of #7feedb

#7feedb #7fcaee #7feea4

Monochromatic Colors of #7feedb

#7feedb

Complementary Color

#7feedb #ee7f92

#7feedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feedb Color CSS Codes

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

#7feedb Text Font Color

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

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


#7feedb Background Color

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

This div background color is #7feedb


#7feedb Border Color

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

This div border color is #7feedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feedb


Comments

No comments written yet.

Please login to write comment.