Color Hex Logo

#7ec4cd Color Hex

#7EC4CD
(126,196,205)
0 Favorites   0 Comments

Color spaces of #7ec4cd

RGB 126196205
HSL0.520.440.65
HSV187°39°80°
CMYK 0.390.040.00   0.20
XYZ39.363648.323365.0102
Yxy48.32330.25780.3165
Hunter Lab69.5150-20.5736-6.7874
CIE-Lab75.0284-19.6671-11.4655

#7ec4cd color RGB value is (126,196,205).

#7ec4cd hex color red value is 126, green value is 196 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7ec4cd hue: 0.52 , saturation: 0.44 and the lightness value of 7ec4cd is 0.65.

The process color (four color CMYK) of #7ec4cd color hex is 0.39, 0.04, 0.00, 0.20. Web safe color of #7ec4cd is #66cccc. Color #7ec4cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11000100 11001101
Octal 176 304 315
Decimal 126 196 205
Hex 7E C4 CD

RGB Percentages of Color #7ec4cd

%23.91
%37.19
%38.90

CMYK Percentages of Color #7ec4cd

%39
%4
%0
%20

Triadic Colors of #7ec4cd

#7ec4cd #cd7ec4 #c4cd7e

Analogous Colors of #7ec4cd

#7ec4cd #7e9dcd #7ecdaf

Monochromatic Colors of #7ec4cd

#7ec4cd

Complementary Color

#7ec4cd #cd877e

#7ec4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec4cd Color CSS Codes

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

#7ec4cd Text Font Color

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

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


#7ec4cd Background Color

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

This div background color is #7ec4cd


#7ec4cd Border Color

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

This div border color is #7ec4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec4cd


Comments

No comments written yet.

Please login to write comment.