Color Hex Logo

#7cdccf Color Hex

#7CDCCF
(124,220,207)
0 Favorites   0 Comments

Color spaces of #7cdccf

RGB 124220207
HSL0.480.580.67
HSV172°44°86°
CMYK 0.440.000.06   0.14
XYZ45.167959.976568.2275
Yxy59.97650.26050.3459
Hunter Lab77.4445-31.42141.9775
CIE-Lab81.8254-31.4793-2.4801

#7cdccf color RGB value is (124,220,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011100 11001111
Octal 174 334 317
Decimal 124 220 207
Hex 7C DC CF

RGB Percentages of Color #7cdccf

%22.50
%39.93
%37.57

CMYK Percentages of Color #7cdccf

%44
%0
%6
%14

Triadic Colors of #7cdccf

#7cdccf #cf7cdc #dccf7c

Analogous Colors of #7cdccf

#7cdccf #7cb9dc #7cdc9f

Monochromatic Colors of #7cdccf

#7cdccf

Complementary Color

#7cdccf #dc7c89

#7cdccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdccf Color CSS Codes

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

#7cdccf Text Font Color

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

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


#7cdccf Background Color

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

This div background color is #7cdccf


#7cdccf Border Color

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

This div border color is #7cdccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdccf


Comments

No comments written yet.

Please login to write comment.