Color Hex Logo

#4cfcdc Color Hex

#4CFCDC
(76,252,220)
0 Favorites   0 Comments

Color spaces of #4cfcdc

RGB 76252220
HSL0.470.970.64
HSV169°70°99°
CMYK 0.700.000.13   0.01
XYZ50.709276.324679.7696
Yxy76.32460.24520.3691
Hunter Lab87.3640-49.27917.0187
CIE-Lab90.0098-51.41232.4783

#4cfcdc color RGB value is (76,252,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111100 11011100
Octal 114 374 334
Decimal 76 252 220
Hex 4C FC DC

RGB Percentages of Color #4cfcdc

%13.87
%45.99
%40.15

CMYK Percentages of Color #4cfcdc

%70
%0
%13
%1

Triadic Colors of #4cfcdc

#4cfcdc #dc4cfc #fcdc4c

Analogous Colors of #4cfcdc

#4cfcdc #4cc4fc #4cfc84

Monochromatic Colors of #4cfcdc

#4cfcdc

Complementary Color

#4cfcdc #fc4c6c

#4cfcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfcdc Color CSS Codes

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

#4cfcdc Text Font Color

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

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


#4cfcdc Background Color

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

This div background color is #4cfcdc


#4cfcdc Border Color

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

This div border color is #4cfcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfcdc


Comments

No comments written yet.

Please login to write comment.