Color Hex Logo

#4ddbac Color Hex

#4DDBAC
(77,219,172)
0 Favorites   0 Comments

Color spaces of #4ddbac

RGB 77219172
HSL0.440.660.58
HSV160°65°86°
CMYK 0.650.000.21   0.14
XYZ35.838555.219447.7992
Yxy55.21940.25810.3977
Hunter Lab74.3098-43.954213.8790
CIE-Lab79.1675-48.983012.0795

#4ddbac color RGB value is (77,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011011 10101100
Octal 115 333 254
Decimal 77 219 172
Hex 4D DB AC

RGB Percentages of Color #4ddbac

%16.45
%46.79
%36.75

CMYK Percentages of Color #4ddbac

%65
%0
%21
%14

Triadic Colors of #4ddbac

#4ddbac #ac4ddb #dbac4d

Analogous Colors of #4ddbac

#4ddbac #4dc3db #4ddb65

Monochromatic Colors of #4ddbac

#4ddbac

Complementary Color

#4ddbac #db4d7c

#4ddbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddbac Color CSS Codes

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

#4ddbac Text Font Color

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

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


#4ddbac Background Color

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

This div background color is #4ddbac


#4ddbac Border Color

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

This div border color is #4ddbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddbac


Comments

No comments written yet.

Please login to write comment.