Color Hex Logo

#7eecdd Color Hex

#7EECDD
(126,236,221)
0 Favorites   0 Comments

Color spaces of #7eecdd

RGB 126236221
HSL0.480.740.71
HSV172°47°93°
CMYK 0.470.000.06   0.07
XYZ51.650869.647079.1275
Yxy69.64700.25770.3475
Hunter Lab83.4548-35.57082.2026
CIE-Lab86.8234-35.1831-2.5304

#7eecdd color RGB value is (126,236,221).

#7eecdd hex color red value is 126, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7eecdd hue: 0.48 , saturation: 0.74 and the lightness value of 7eecdd is 0.71.

The process color (four color CMYK) of #7eecdd color hex is 0.47, 0.00, 0.06, 0.07. Web safe color of #7eecdd is #66ffcc. Color #7eecdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101100 11011101
Octal 176 354 335
Decimal 126 236 221
Hex 7E EC DD

RGB Percentages of Color #7eecdd

%21.61
%40.48
%37.91

CMYK Percentages of Color #7eecdd

%47
%0
%6
%7

Triadic Colors of #7eecdd

#7eecdd #dd7eec #ecdd7e

Analogous Colors of #7eecdd

#7eecdd #7ec4ec #7eeca6

Monochromatic Colors of #7eecdd

#7eecdd

Complementary Color

#7eecdd #ec7e8d

#7eecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eecdd Color CSS Codes

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

#7eecdd Text Font Color

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

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


#7eecdd Background Color

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

This div background color is #7eecdd


#7eecdd Border Color

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

This div border color is #7eecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eecdd


Comments

No comments written yet.

Please login to write comment.