Color Hex Logo

#7edddc Color Hex

#7EDDDC
(126,221,220)
0 Favorites   0 Comments

Color spaces of #7edddc

RGB 126221220
HSL0.500.580.68
HSV179°43°87°
CMYK 0.430.000.00   0.13
XYZ47.378961.315877.0482
Yxy61.31580.25510.3301
Hunter Lab78.3044-29.0294-3.5258
CIE-Lab82.5482-28.3295-8.3124

#7edddc color RGB value is (126,221,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011101 11011100
Octal 176 335 334
Decimal 126 221 220
Hex 7E DD DC

RGB Percentages of Color #7edddc

%22.22
%38.98
%38.80

CMYK Percentages of Color #7edddc

%43
%0
%0
%13

Triadic Colors of #7edddc

#7edddc #dc7edd #dddc7e

Analogous Colors of #7edddc

#7edddc #7eafdd #7eddad

Monochromatic Colors of #7edddc

#7edddc

Complementary Color

#7edddc #dd7e7f

#7edddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edddc Color CSS Codes

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

#7edddc Text Font Color

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

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


#7edddc Background Color

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

This div background color is #7edddc


#7edddc Border Color

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

This div border color is #7edddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edddc


Comments

No comments written yet.

Please login to write comment.