Color Hex Logo

#7eddbb Color Hex

#7EDDBB
(126,221,187)
0 Favorites   0 Comments

Color spaces of #7eddbb

RGB 126221187
HSL0.440.580.68
HSV159°43°87°
CMYK 0.430.000.15   0.13
XYZ43.430359.736456.2550
Yxy59.73640.27240.3747
Hunter Lab77.2893-34.953910.9483
CIE-Lab81.6947-35.98497.9557

#7eddbb color RGB value is (126,221,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011101 10111011
Octal 176 335 273
Decimal 126 221 187
Hex 7E DD BB

RGB Percentages of Color #7eddbb

%23.60
%41.39
%35.02

CMYK Percentages of Color #7eddbb

%43
%0
%15
%13

Triadic Colors of #7eddbb

#7eddbb #bb7edd #ddbb7e

Analogous Colors of #7eddbb

#7eddbb #7ed0dd #7edd8c

Monochromatic Colors of #7eddbb

#7eddbb

Complementary Color

#7eddbb #dd7ea0

#7eddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eddbb Color CSS Codes

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

#7eddbb Text Font Color

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

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


#7eddbb Background Color

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

This div background color is #7eddbb


#7eddbb Border Color

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

This div border color is #7eddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eddbb


Comments

No comments written yet.

Please login to write comment.