Color Hex Logo

#4cdddb Color Hex

#4CDDDB
(76,221,219)
0 Favorites   0 Comments

Color spaces of #4cdddb

RGB 76221219
HSL0.500.680.58
HSV179°66°87°
CMYK 0.660.000.01   0.13
XYZ41.623158.363976.0894
Yxy58.36390.23640.3315
Hunter Lab76.3963-36.4410-5.5745
CIE-Lab80.9407-38.1524-10.3417

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011101 11011011
Octal 114 335 333
Decimal 76 221 219
Hex 4C DD DB

RGB Percentages of Color #4cdddb

%14.73
%42.83
%42.44

CMYK Percentages of Color #4cdddb

%66
%0
%1
%13

Triadic Colors of #4cdddb

#4cdddb #db4cdd #dddb4c

Analogous Colors of #4cdddb

#4cdddb #4c97dd #4cdd93

Monochromatic Colors of #4cdddb

#4cdddb

Complementary Color

#4cdddb #dd4c4e

#4cdddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdddb Color CSS Codes

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

#4cdddb Text Font Color

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

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


#4cdddb Background Color

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

This div background color is #4cdddb


#4cdddb Border Color

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

This div border color is #4cdddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdddb


Comments

No comments written yet.

Please login to write comment.