Color Hex Logo

#4ddaac Color Hex

#4DDAAC
(77,218,172)
0 Favorites   0 Comments

Color spaces of #4ddaac

RGB 77218172
HSL0.450.660.58
HSV160°65°85°
CMYK 0.650.000.21   0.15
XYZ35.578454.699147.7125
Yxy54.69910.25780.3964
Hunter Lab73.9588-43.559313.5219
CIE-Lab78.8676-48.566511.6545

#4ddaac color RGB value is (77,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011010 10101100
Octal 115 332 254
Decimal 77 218 172
Hex 4D DA AC

RGB Percentages of Color #4ddaac

%16.49
%46.68
%36.83

CMYK Percentages of Color #4ddaac

%65
%0
%21
%15

Triadic Colors of #4ddaac

#4ddaac #ac4dda #daac4d

Analogous Colors of #4ddaac

#4ddaac #4dc2da #4dda66

Monochromatic Colors of #4ddaac

#4ddaac

Complementary Color

#4ddaac #da4d7b

#4ddaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddaac Color CSS Codes

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

#4ddaac Text Font Color

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

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


#4ddaac Background Color

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

This div background color is #4ddaac


#4ddaac Border Color

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

This div border color is #4ddaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddaac


Comments

No comments written yet.

Please login to write comment.