Color Hex Logo

#4ddddc Color Hex

#4DDDDC
(77,221,220)
0 Favorites   0 Comments

Color spaces of #4ddddc

RGB 77221220
HSL0.500.680.58
HSV180°65°87°
CMYK 0.650.000.00   0.13
XYZ41.835358.458076.7887
Yxy58.45800.23620.3301
Hunter Lab76.4578-36.1317-6.0261
CIE-Lab80.9928-37.7327-10.7940

#4ddddc color RGB value is (77,221,220).

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

The process color (four color CMYK) of #4ddddc color hex is 0.65, 0.00, 0.00, 0.13. Web safe color of #4ddddc is #66cccc. Color #4ddddc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011101 11011100
Octal 115 335 334
Decimal 77 221 220
Hex 4D DD DC

RGB Percentages of Color #4ddddc

%14.86
%42.66
%42.47

CMYK Percentages of Color #4ddddc

%65
%0
%0
%13

Triadic Colors of #4ddddc

#4ddddc #dc4ddd #dddc4d

Analogous Colors of #4ddddc

#4ddddc #4d96dd #4ddd94

Monochromatic Colors of #4ddddc

#4ddddc

Complementary Color

#4ddddc #dd4d4e

#4ddddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddddc Color CSS Codes

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

#4ddddc Text Font Color

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

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


#4ddddc Background Color

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

This div background color is #4ddddc


#4ddddc Border Color

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

This div border color is #4ddddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddddc


Comments

No comments written yet.

Please login to write comment.