Color Hex Logo

#4ddcac Color Hex

#4DDCAC
(77,220,172)
0 Favorites   0 Comments

Color spaces of #4ddcac

RGB 77220172
HSL0.440.670.58
HSV160°65°86°
CMYK 0.650.000.22   0.14
XYZ36.100255.742747.8865
Yxy55.74270.25840.3989
Hunter Lab74.6610-44.348314.2350
CIE-Lab79.4672-49.397612.5038

#4ddcac color RGB value is (77,220,172).

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

The process color (four color CMYK) of #4ddcac color hex is 0.65, 0.00, 0.22, 0.14. Web safe color of #4ddcac is #66cc99. Color #4ddcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011100 10101100
Octal 115 334 254
Decimal 77 220 172
Hex 4D DC AC

RGB Percentages of Color #4ddcac

%16.42
%46.91
%36.67

CMYK Percentages of Color #4ddcac

%65
%0
%22
%14

Triadic Colors of #4ddcac

#4ddcac #ac4ddc #dcac4d

Analogous Colors of #4ddcac

#4ddcac #4dc5dc #4ddc65

Monochromatic Colors of #4ddcac

#4ddcac

Complementary Color

#4ddcac #dc4d7d

#4ddcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddcac Color CSS Codes

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

#4ddcac Text Font Color

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

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


#4ddcac Background Color

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

This div background color is #4ddcac


#4ddcac Border Color

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

This div border color is #4ddcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddcac


Comments

No comments written yet.

Please login to write comment.