Color Hex Logo

#7cc3dc Color Hex

#7CC3DC
(124,195,220)
0 Favorites   0 Comments

Color spaces of #7cc3dc

RGB 124195220
HSL0.540.580.67
HSV196°44°86°
CMYK 0.440.110.00   0.14
XYZ40.745648.482674.9207
Yxy48.48260.24820.2954
Hunter Lab69.6294-17.3973-15.0549
CIE-Lab75.1283-15.7862-19.4497

#7cc3dc color RGB value is (124,195,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11000011 11011100
Octal 174 303 334
Decimal 124 195 220
Hex 7C C3 DC

RGB Percentages of Color #7cc3dc

%23.01
%36.18
%40.82

CMYK Percentages of Color #7cc3dc

%44
%11
%0
%14

Triadic Colors of #7cc3dc

#7cc3dc #dc7cc3 #c3dc7c

Analogous Colors of #7cc3dc

#7cc3dc #7c93dc #7cdcc5

Monochromatic Colors of #7cc3dc

#7cc3dc

Complementary Color

#7cc3dc #dc957c

#7cc3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc3dc Color CSS Codes

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

#7cc3dc Text Font Color

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

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


#7cc3dc Background Color

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

This div background color is #7cc3dc


#7cc3dc Border Color

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

This div border color is #7cc3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc3dc


Comments

No comments written yet.

Please login to write comment.