Color Hex Logo

#7cfccf Color Hex

#7CFCCF
(124,252,207)
0 Favorites   0 Comments

Color spaces of #7cfccf

RGB 124252207
HSL0.440.960.74
HSV159°51°99°
CMYK 0.510.000.18   0.01
XYZ54.385178.410971.2999
Yxy78.41090.26650.3842
Hunter Lab88.5499-45.332214.2450
CIE-Lab90.9671-45.967110.7501

#7cfccf color RGB value is (124,252,207).

#7cfccf hex color red value is 124, green value is 252 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7cfccf hue: 0.44 , saturation: 0.96 and the lightness value of 7cfccf is 0.74.

The process color (four color CMYK) of #7cfccf color hex is 0.51, 0.00, 0.18, 0.01. Web safe color of #7cfccf is #66ffcc. Color #7cfccf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111100 11001111
Octal 174 374 317
Decimal 124 252 207
Hex 7C FC CF

RGB Percentages of Color #7cfccf

%21.27
%43.22
%35.51

CMYK Percentages of Color #7cfccf

%51
%0
%18
%1

Triadic Colors of #7cfccf

#7cfccf #cf7cfc #fccf7c

Analogous Colors of #7cfccf

#7cfccf #7ce9fc #7cfc8f

Monochromatic Colors of #7cfccf

#7cfccf

Complementary Color

#7cfccf #fc7ca9

#7cfccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfccf Color CSS Codes

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

#7cfccf Text Font Color

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

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


#7cfccf Background Color

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

This div background color is #7cfccf


#7cfccf Border Color

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

This div border color is #7cfccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfccf

#7cfccf Color Palettes


Comments

No comments written yet.

Please login to write comment.