Color Hex Logo

#7edcce Color Hex

#7EDCCE
(126,220,206)
0 Favorites   0 Comments

Color spaces of #7edcce

RGB 126220206
HSL0.480.570.68
HSV171°43°86°
CMYK 0.430.000.06   0.14
XYZ45.338060.078367.5992
Yxy60.07830.26200.3472
Hunter Lab77.5102-31.23292.5484
CIE-Lab81.8807-31.2286-1.8577

#7edcce color RGB value is (126,220,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011100 11001110
Octal 176 334 316
Decimal 126 220 206
Hex 7E DC CE

RGB Percentages of Color #7edcce

%22.83
%39.86
%37.32

CMYK Percentages of Color #7edcce

%43
%0
%6
%14

Triadic Colors of #7edcce

#7edcce #ce7edc #dcce7e

Analogous Colors of #7edcce

#7edcce #7ebbdc #7edc9f

Monochromatic Colors of #7edcce

#7edcce

Complementary Color

#7edcce #dc7e8c

#7edcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edcce Color CSS Codes

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

#7edcce Text Font Color

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

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


#7edcce Background Color

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

This div background color is #7edcce


#7edcce Border Color

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

This div border color is #7edcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edcce


Comments

No comments written yet.

Please login to write comment.