Color Hex Logo

#7edeba Color Hex

#7EDEBA
(126,222,186)
0 Favorites   0 Comments

Color spaces of #7edeba

RGB 126222186
HSL0.440.590.68
HSV158°43°87°
CMYK 0.430.000.16   0.13
XYZ43.588460.223355.7813
Yxy60.22330.27310.3774
Hunter Lab77.6037-35.546611.7051
CIE-Lab81.9594-36.65918.8638

#7edeba color RGB value is (126,222,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011110 10111010
Octal 176 336 272
Decimal 126 222 186
Hex 7E DE BA

RGB Percentages of Color #7edeba

%23.60
%41.57
%34.83

CMYK Percentages of Color #7edeba

%43
%0
%16
%13

Triadic Colors of #7edeba

#7edeba #ba7ede #deba7e

Analogous Colors of #7edeba

#7edeba #7ed2de #7ede8a

Monochromatic Colors of #7edeba

#7edeba

Complementary Color

#7edeba #de7ea2

#7edeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edeba Color CSS Codes

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

#7edeba Text Font Color

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

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


#7edeba Background Color

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

This div background color is #7edeba


#7edeba Border Color

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

This div border color is #7edeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edeba


Comments

No comments written yet.

Please login to write comment.