Color Hex Logo

#4cfddc Color Hex

#4CFDDC
(76,253,220)
0 Favorites   0 Comments

Color spaces of #4cfddc

RGB 76253220
HSL0.470.980.65
HSV169°70°99°
CMYK 0.700.000.13   0.01
XYZ51.024076.954479.8746
Yxy76.95440.24550.3702
Hunter Lab87.7237-49.69287.4215
CIE-Lab90.3006-51.82822.9006

#4cfddc color RGB value is (76,253,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111101 11011100
Octal 114 375 334
Decimal 76 253 220
Hex 4C FD DC

RGB Percentages of Color #4cfddc

%13.84
%46.08
%40.07

CMYK Percentages of Color #4cfddc

%70
%0
%13
%1

Triadic Colors of #4cfddc

#4cfddc #dc4cfd #fddc4c

Analogous Colors of #4cfddc

#4cfddc #4cc6fd #4cfd84

Monochromatic Colors of #4cfddc

#4cfddc

Complementary Color

#4cfddc #fd4c6d

#4cfddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfddc Color CSS Codes

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

#4cfddc Text Font Color

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

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


#4cfddc Background Color

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

This div background color is #4cfddc


#4cfddc Border Color

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

This div border color is #4cfddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfddc

Related Colors


Comments

No comments written yet.

Please login to write comment.