Color Hex Logo

#4cdddc Color Hex

#4CDDDC
(76,221,220)
0 Favorites   0 Comments

Color spaces of #4cdddc

RGB 76221220
HSL0.500.680.58
HSV180°66°87°
CMYK 0.660.000.00   0.13
XYZ41.755258.416776.7850
Yxy58.41670.23600.3301
Hunter Lab76.4308-36.2369-6.0632
CIE-Lab80.9699-37.8771-10.8305

#4cdddc color RGB value is (76,221,220).

#4cdddc hex color red value is 76, green value is 221 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4cdddc hue: 0.50 , saturation: 0.68 and the lightness value of 4cdddc is 0.58.

The process color (four color CMYK) of #4cdddc color hex is 0.66, 0.00, 0.00, 0.13. Web safe color of #4cdddc is #33cccc. Color #4cdddc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011101 11011100
Octal 114 335 334
Decimal 76 221 220
Hex 4C DD DC

RGB Percentages of Color #4cdddc

%14.70
%42.75
%42.55

CMYK Percentages of Color #4cdddc

%66
%0
%0
%13

Triadic Colors of #4cdddc

#4cdddc #dc4cdd #dddc4c

Analogous Colors of #4cdddc

#4cdddc #4c96dd #4cdd94

Monochromatic Colors of #4cdddc

#4cdddc

Complementary Color

#4cdddc #dd4c4d

#4cdddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdddc Color CSS Codes

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

#4cdddc Text Font Color

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

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


#4cdddc Background Color

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

This div background color is #4cdddc


#4cdddc Border Color

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

This div border color is #4cdddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdddc


Comments

No comments written yet.

Please login to write comment.