Color Hex Logo

#7ecddc Color Hex

#7ECDDC
(126,205,220)
0 Favorites   0 Comments

Color spaces of #7ecddc

RGB 126205220
HSL0.530.570.68
HSV190°43°86°
CMYK 0.430.070.00   0.14
XYZ43.353853.265675.7064
Yxy53.26560.25160.3091
Hunter Lab72.9833-21.6875-10.4139
CIE-Lab78.0316-20.4217-15.0591

#7ecddc color RGB value is (126,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001101 11011100
Octal 176 315 334
Decimal 126 205 220
Hex 7E CD DC

RGB Percentages of Color #7ecddc

%22.87
%37.21
%39.93

CMYK Percentages of Color #7ecddc

%43
%7
%0
%14

Triadic Colors of #7ecddc

#7ecddc #dc7ecd #cddc7e

Analogous Colors of #7ecddc

#7ecddc #7e9edc #7edcbc

Monochromatic Colors of #7ecddc

#7ecddc

Complementary Color

#7ecddc #dc8d7e

#7ecddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecddc Color CSS Codes

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

#7ecddc Text Font Color

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

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


#7ecddc Background Color

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

This div background color is #7ecddc


#7ecddc Border Color

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

This div border color is #7ecddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecddc


Comments

No comments written yet.

Please login to write comment.