Color Hex Logo

#7edcd4 Color Hex

#7EDCD4
(126,220,212)
0 Favorites   0 Comments

Color spaces of #7edcd4

RGB 126220212
HSL0.490.570.68
HSV175°43°86°
CMYK 0.430.000.04   0.14
XYZ46.081060.375571.5123
Yxy60.37550.25890.3392
Hunter Lab77.7017-30.1185-0.1760
CIE-Lab82.0419-29.8006-4.8105

#7edcd4 color RGB value is (126,220,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011100 11010100
Octal 176 334 324
Decimal 126 220 212
Hex 7E DC D4

RGB Percentages of Color #7edcd4

%22.58
%39.43
%37.99

CMYK Percentages of Color #7edcd4

%43
%0
%4
%14

Triadic Colors of #7edcd4

#7edcd4 #d47edc #dcd47e

Analogous Colors of #7edcd4

#7edcd4 #7eb5dc #7edca5

Monochromatic Colors of #7edcd4

#7edcd4

Complementary Color

#7edcd4 #dc7e86

#7edcd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edcd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edcd4 Color CSS Codes

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

#7edcd4 Text Font Color

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

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


#7edcd4 Background Color

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

This div background color is #7edcd4


#7edcd4 Border Color

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

This div border color is #7edcd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edcd4


Comments

No comments written yet.

Please login to write comment.