Color Hex Logo

#4cdddd Color Hex

#4CDDDD
(76,221,221)
0 Favorites   0 Comments

Color spaces of #4cdddd

RGB 76221221
HSL0.500.680.58
HSV180°66°87°
CMYK 0.660.000.00   0.13
XYZ41.888158.469977.4847
Yxy58.46990.23550.3288
Hunter Lab76.4656-36.0320-6.5543
CIE-Lab80.9993-37.6011-11.3188

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011101 11011101
Octal 114 335 335
Decimal 76 221 221
Hex 4C DD DD

RGB Percentages of Color #4cdddd

%14.67
%42.66
%42.66

CMYK Percentages of Color #4cdddd

%66
%0
%0
%13

Triadic Colors of #4cdddd

#4cdddd #dd4cdd #dddd4c

Analogous Colors of #4cdddd

#4cdddd #4c95dd #4cdd95

Monochromatic Colors of #4cdddd

#4cdddd

Complementary Color

#4cdddd #dd4c4c

#4cdddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdddd Color CSS Codes

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

#4cdddd Text Font Color

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

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


#4cdddd Background Color

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

This div background color is #4cdddd


#4cdddd Border Color

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

This div border color is #4cdddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdddd


Comments

No comments written yet.

Please login to write comment.