Color Hex Logo

#7cd6cc Color Hex

#7CD6CC
(124,214,204)
0 Favorites   0 Comments

Color spaces of #7cd6cc

RGB 124214204
HSL0.480.520.66
HSV173°42°84°
CMYK 0.420.000.05   0.16
XYZ43.257856.737965.7983
Yxy56.73790.26090.3422
Hunter Lab75.3246-29.30800.9356
CIE-Lab80.0319-29.3284-3.5165

#7cd6cc color RGB value is (124,214,204).

#7cd6cc hex color red value is 124, green value is 214 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7cd6cc hue: 0.48 , saturation: 0.52 and the lightness value of 7cd6cc is 0.66.

The process color (four color CMYK) of #7cd6cc color hex is 0.42, 0.00, 0.05, 0.16. Web safe color of #7cd6cc is #66cccc. Color #7cd6cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010110 11001100
Octal 174 326 314
Decimal 124 214 204
Hex 7C D6 CC

RGB Percentages of Color #7cd6cc

%22.88
%39.48
%37.64

CMYK Percentages of Color #7cd6cc

%42
%0
%5
%16

Triadic Colors of #7cd6cc

#7cd6cc #cc7cd6 #d6cc7c

Analogous Colors of #7cd6cc

#7cd6cc #7cb3d6 #7cd69f

Monochromatic Colors of #7cd6cc

#7cd6cc

Complementary Color

#7cd6cc #d67c86

#7cd6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd6cc Color CSS Codes

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

#7cd6cc Text Font Color

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

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


#7cd6cc Background Color

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

This div background color is #7cd6cc


#7cd6cc Border Color

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

This div border color is #7cd6cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,214,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7cd6cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7cd6cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7cd6cc;
  box-shadow:         1px 1px 3px 2px #7cd6cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,214,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd6cc


Comments

No comments written yet.

Please login to write comment.