Color Hex Logo

#4cfccd Color Hex

#4CFCCD
(76,252,205)
0 Favorites   0 Comments

Color spaces of #4cfccd

RGB 76252205
HSL0.460.970.64
HSV164°70°99°
CMYK 0.700.000.19   0.01
XYZ48.810375.565169.7706
Yxy75.56510.25140.3892
Hunter Lab86.9282-51.896313.2622
CIE-Lab89.6570-55.01809.7421

#4cfccd color RGB value is (76,252,205).

#4cfccd hex color red value is 76, green value is 252 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4cfccd hue: 0.46 , saturation: 0.97 and the lightness value of 4cfccd is 0.64.

The process color (four color CMYK) of #4cfccd color hex is 0.70, 0.00, 0.19, 0.01. Web safe color of #4cfccd is #33ffcc. Color #4cfccd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111100 11001101
Octal 114 374 315
Decimal 76 252 205
Hex 4C FC CD

RGB Percentages of Color #4cfccd

%14.26
%47.28
%38.46

CMYK Percentages of Color #4cfccd

%70
%0
%19
%1

Triadic Colors of #4cfccd

#4cfccd #cd4cfc #fccd4c

Analogous Colors of #4cfccd

#4cfccd #4cd3fc #4cfc75

Monochromatic Colors of #4cfccd

#4cfccd

Complementary Color

#4cfccd #fc4c7b

#4cfccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfccd Color CSS Codes

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

#4cfccd Text Font Color

<p style="color:#4cfccd">Text here</p>

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


#4cfccd Background Color

<div style="background-color:#4cfccd">
Div content here</div>

This div background color is #4cfccd


#4cfccd Border Color

<div style="border:3px solid #4cfccd">
Div here</div>

This div border color is #4cfccd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,252,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cfccd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cfccd;
  -webkit-box-shadow: 1px 1px 3px 2px #4cfccd;
  box-shadow:         1px 1px 3px 2px #4cfccd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,252,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfccd


Comments

No comments written yet.

Please login to write comment.