Color Hex Logo

#7edcd7 Color Hex

#7EDCD7
(126,220,215)
0 Favorites   0 Comments

Color spaces of #7edcd7

RGB 126220215
HSL0.490.570.68
HSV177°43°86°
CMYK 0.430.000.02   0.14
XYZ46.463160.528373.5242
Yxy60.52830.25740.3353
Hunter Lab77.7999-29.5474-1.5716
CIE-Lab82.1245-29.0741-6.2833

#7edcd7 color RGB value is (126,220,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011100 11010111
Octal 176 334 327
Decimal 126 220 215
Hex 7E DC D7

RGB Percentages of Color #7edcd7

%22.46
%39.22
%38.32

CMYK Percentages of Color #7edcd7

%43
%0
%2
%14

Triadic Colors of #7edcd7

#7edcd7 #d77edc #dcd77e

Analogous Colors of #7edcd7

#7edcd7 #7eb2dc #7edca8

Monochromatic Colors of #7edcd7

#7edcd7

Complementary Color

#7edcd7 #dc7e83

#7edcd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edcd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edcd7 Color CSS Codes

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

#7edcd7 Text Font Color

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

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


#7edcd7 Background Color

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

This div background color is #7edcd7


#7edcd7 Border Color

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

This div border color is #7edcd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edcd7


Comments

No comments written yet.

Please login to write comment.