Color Hex Logo

#4cddca Color Hex

#4CDDCA
(76,221,202)
0 Favorites   0 Comments

Color spaces of #4cddca

RGB 76221202
HSL0.480.680.58
HSV172°66°87°
CMYK 0.660.000.09   0.13
XYZ39.497657.513764.8966
Yxy57.51370.24400.3552
Hunter Lab75.8378-39.75032.3503
CIE-Lab80.4677-42.6898-1.9893

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011101 11001010
Octal 114 335 312
Decimal 76 221 202
Hex 4C DD CA

RGB Percentages of Color #4cddca

%15.23
%44.29
%40.48

CMYK Percentages of Color #4cddca

%66
%0
%9
%13

Triadic Colors of #4cddca

#4cddca #ca4cdd #ddca4c

Analogous Colors of #4cddca

#4cddca #4ca8dd #4cdd82

Monochromatic Colors of #4cddca

#4cddca

Complementary Color

#4cddca #dd4c5f

#4cddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cddca Color CSS Codes

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

#4cddca Text Font Color

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

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


#4cddca Background Color

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

This div background color is #4cddca


#4cddca Border Color

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

This div border color is #4cddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cddca


Comments

No comments written yet.

Please login to write comment.