Color Hex Logo

#7cdccc Color Hex

#7CDCCC
(124,220,204)
0 Favorites   0 Comments

Color spaces of #7cdccc

RGB 124220204
HSL0.470.580.67
HSV170°44°86°
CMYK 0.440.000.07   0.14
XYZ44.804559.831166.3139
Yxy59.83110.26210.3500
Hunter Lab77.3506-31.96923.3151
CIE-Lab81.7463-32.1875-1.0012

#7cdccc color RGB value is (124,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011100 11001100
Octal 174 334 314
Decimal 124 220 204
Hex 7C DC CC

RGB Percentages of Color #7cdccc

%22.63
%40.15
%37.23

CMYK Percentages of Color #7cdccc

%44
%0
%7
%14

Triadic Colors of #7cdccc

#7cdccc #cc7cdc #dccc7c

Analogous Colors of #7cdccc

#7cdccc #7cbcdc #7cdc9c

Monochromatic Colors of #7cdccc

#7cdccc

Complementary Color

#7cdccc #dc7c8c

#7cdccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdccc Color CSS Codes

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

#7cdccc Text Font Color

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

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


#7cdccc Background Color

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

This div background color is #7cdccc


#7cdccc Border Color

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

This div border color is #7cdccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdccc


Comments

No comments written yet.

Please login to write comment.