Color Hex Logo

#4dddae Color Hex

#4DDDAE
(77,221,174)
0 Favorites   0 Comments

Color spaces of #4dddae

RGB 77221174
HSL0.450.680.58
HSV160°65°87°
CMYK 0.650.000.21   0.13
XYZ36.557056.346748.9936
Yxy56.34670.25760.3971
Hunter Lab75.0644-44.431813.8473
CIE-Lab79.8107-49.357611.9329

#4dddae color RGB value is (77,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011101 10101110
Octal 115 335 256
Decimal 77 221 174
Hex 4D DD AE

RGB Percentages of Color #4dddae

%16.31
%46.82
%36.86

CMYK Percentages of Color #4dddae

%65
%0
%21
%13

Triadic Colors of #4dddae

#4dddae #ae4ddd #ddae4d

Analogous Colors of #4dddae

#4dddae #4dc4dd #4ddd66

Monochromatic Colors of #4dddae

#4dddae

Complementary Color

#4dddae #dd4d7c

#4dddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dddae Color CSS Codes

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

#4dddae Text Font Color

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

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


#4dddae Background Color

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

This div background color is #4dddae


#4dddae Border Color

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

This div border color is #4dddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dddae


Comments

No comments written yet.

Please login to write comment.