Color Hex Logo

#7edbbe Color Hex

#7EDBBE
(126,219,190)
0 Favorites   0 Comments

Color spaces of #7edbbe

RGB 126219190
HSL0.450.560.68
HSV161°42°86°
CMYK 0.420.000.13   0.14
XYZ43.230058.816457.7894
Yxy58.81640.27050.3680
Hunter Lab76.6919-33.59319.0077
CIE-Lab81.1906-34.40495.6404

#7edbbe color RGB value is (126,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011011 10111110
Octal 176 333 276
Decimal 126 219 190
Hex 7E DB BE

RGB Percentages of Color #7edbbe

%23.55
%40.93
%35.51

CMYK Percentages of Color #7edbbe

%42
%0
%13
%14

Triadic Colors of #7edbbe

#7edbbe #be7edb #dbbe7e

Analogous Colors of #7edbbe

#7edbbe #7ecadb #7edb90

Monochromatic Colors of #7edbbe

#7edbbe

Complementary Color

#7edbbe #db7e9b

#7edbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edbbe Color CSS Codes

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

#7edbbe Text Font Color

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

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


#7edbbe Background Color

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

This div background color is #7edbbe


#7edbbe Border Color

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

This div border color is #7edbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edbbe


Comments

No comments written yet.

Please login to write comment.