Color Hex Logo

#7edebb Color Hex

#7EDEBB
(126,222,187)
0 Favorites   0 Comments

Color spaces of #7edebb

RGB 126222187
HSL0.440.590.68
HSV158°43°87°
CMYK 0.430.000.16   0.13
XYZ43.695160.266056.3432
Yxy60.26600.27260.3759
Hunter Lab77.6312-35.384911.3103
CIE-Lab81.9826-36.44458.3681

#7edebb color RGB value is (126,222,187).

#7edebb hex color red value is 126, green value is 222 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7edebb hue: 0.44 , saturation: 0.59 and the lightness value of 7edebb is 0.68.

The process color (four color CMYK) of #7edebb color hex is 0.43, 0.00, 0.16, 0.13. Web safe color of #7edebb is #66cccc. Color #7edebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011110 10111011
Octal 176 336 273
Decimal 126 222 187
Hex 7E DE BB

RGB Percentages of Color #7edebb

%23.55
%41.50
%34.95

CMYK Percentages of Color #7edebb

%43
%0
%16
%13

Triadic Colors of #7edebb

#7edebb #bb7ede #debb7e

Analogous Colors of #7edebb

#7edebb #7ed1de #7ede8b

Monochromatic Colors of #7edebb

#7edebb

Complementary Color

#7edebb #de7ea1

#7edebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edebb Color CSS Codes

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

#7edebb Text Font Color

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

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


#7edebb Background Color

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

This div background color is #7edebb


#7edebb Border Color

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

This div border color is #7edebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edebb


Comments

No comments written yet.

Please login to write comment.