Color Hex Logo

#7edbce Color Hex

#7EDBCE
(126,219,206)
0 Favorites   0 Comments

Color spaces of #7edbce

RGB 126219206
HSL0.480.560.68
HSV172°42°86°
CMYK 0.420.000.06   0.14
XYZ45.076359.554967.5120
Yxy59.55490.26190.3460
Hunter Lab77.1718-30.78832.1518
CIE-Lab81.5957-30.7529-2.2758

#7edbce color RGB value is (126,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011011 11001110
Octal 176 333 316
Decimal 126 219 206
Hex 7E DB CE

RGB Percentages of Color #7edbce

%22.87
%39.75
%37.39

CMYK Percentages of Color #7edbce

%42
%0
%6
%14

Triadic Colors of #7edbce

#7edbce #ce7edb #dbce7e

Analogous Colors of #7edbce

#7edbce #7ebadb #7edba0

Monochromatic Colors of #7edbce

#7edbce

Complementary Color

#7edbce #db7e8b

#7edbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edbce Color CSS Codes

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

#7edbce Text Font Color

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

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


#7edbce Background Color

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

This div background color is #7edbce


#7edbce Border Color

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

This div border color is #7edbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edbce


Comments

No comments written yet.

Please login to write comment.