Color Hex Logo

#7cc6dc Color Hex

#7CC6DC
(124,198,220)
0 Favorites   0 Comments

Color spaces of #7cc6dc

RGB 124198220
HSL0.540.580.67
HSV194°44°86°
CMYK 0.440.100.00   0.14
XYZ41.424549.840675.1470
Yxy49.84060.24890.2995
Hunter Lab70.5979-18.8084-13.6920
CIE-Lab75.9713-17.3375-18.1738

#7cc6dc color RGB value is (124,198,220).

#7cc6dc hex color red value is 124, green value is 198 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7cc6dc hue: 0.54 , saturation: 0.58 and the lightness value of 7cc6dc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11000110 11011100
Octal 174 306 334
Decimal 124 198 220
Hex 7C C6 DC

RGB Percentages of Color #7cc6dc

%22.88
%36.53
%40.59

CMYK Percentages of Color #7cc6dc

%44
%10
%0
%14

Triadic Colors of #7cc6dc

#7cc6dc #dc7cc6 #c6dc7c

Analogous Colors of #7cc6dc

#7cc6dc #7c96dc #7cdcc2

Monochromatic Colors of #7cc6dc

#7cc6dc

Complementary Color

#7cc6dc #dc927c

#7cc6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc6dc Color CSS Codes

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

#7cc6dc Text Font Color

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

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


#7cc6dc Background Color

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

This div background color is #7cc6dc


#7cc6dc Border Color

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

This div border color is #7cc6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc6dc


Comments

No comments written yet.

Please login to write comment.