Color Hex Logo

#7edbbf Color Hex

#7EDBBF
(126,219,191)
0 Favorites   0 Comments

Color spaces of #7edbbf

RGB 126219191
HSL0.450.560.68
HSV162°42°86°
CMYK 0.420.000.13   0.14
XYZ43.339758.860258.3671
Yxy58.86020.26990.3666
Hunter Lab76.7204-33.42528.5978
CIE-Lab81.2147-34.18395.1442

#7edbbf color RGB value is (126,219,191).

#7edbbf hex color red value is 126, green value is 219 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7edbbf hue: 0.45 , saturation: 0.56 and the lightness value of 7edbbf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011011 10111111
Octal 176 333 277
Decimal 126 219 191
Hex 7E DB BF

RGB Percentages of Color #7edbbf

%23.51
%40.86
%35.63

CMYK Percentages of Color #7edbbf

%42
%0
%13
%14

Triadic Colors of #7edbbf

#7edbbf #bf7edb #dbbf7e

Analogous Colors of #7edbbf

#7edbbf #7ec9db #7edb91

Monochromatic Colors of #7edbbf

#7edbbf

Complementary Color

#7edbbf #db7e9a

#7edbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edbbf Color CSS Codes

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

#7edbbf Text Font Color

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

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


#7edbbf Background Color

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

This div background color is #7edbbf


#7edbbf Border Color

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

This div border color is #7edbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edbbf


Comments

No comments written yet.

Please login to write comment.