Color Hex Logo

#7ee1dc Color Hex

#7EE1DC
(126,225,220)
0 Favorites   0 Comments

Color spaces of #7ee1dc

RGB 126225220
HSL0.490.620.69
HSV177°44°88°
CMYK 0.440.000.02   0.12
XYZ48.447763.453477.4044
Yxy63.45340.25590.3352
Hunter Lab79.6576-30.8373-1.8525
CIE-Lab83.6804-30.2504-6.6347

#7ee1dc color RGB value is (126,225,220).

#7ee1dc hex color red value is 126, green value is 225 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7ee1dc hue: 0.49 , saturation: 0.62 and the lightness value of 7ee1dc is 0.69.

The process color (four color CMYK) of #7ee1dc color hex is 0.44, 0.00, 0.02, 0.12. Web safe color of #7ee1dc is #66cccc. Color #7ee1dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11100001 11011100
Octal 176 341 334
Decimal 126 225 220
Hex 7E E1 DC

RGB Percentages of Color #7ee1dc

%22.07
%39.40
%38.53

CMYK Percentages of Color #7ee1dc

%44
%0
%2
%12

Triadic Colors of #7ee1dc

#7ee1dc #dc7ee1 #e1dc7e

Analogous Colors of #7ee1dc

#7ee1dc #7eb5e1 #7ee1ab

Monochromatic Colors of #7ee1dc

#7ee1dc

Complementary Color

#7ee1dc #e17e83

#7ee1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ee1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ee1dc Color CSS Codes

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

#7ee1dc Text Font Color

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

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


#7ee1dc Background Color

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

This div background color is #7ee1dc


#7ee1dc Border Color

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

This div border color is #7ee1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ee1dc


Comments

No comments written yet.

Please login to write comment.