Color Hex Logo

#4dddab Color Hex

#4DDDAB
(77,221,171)
0 Favorites   0 Comments

Color spaces of #4dddab

RGB 77221171
HSL0.440.680.58
HSV159°65°87°
CMYK 0.650.000.23   0.13
XYZ36.267756.231047.4702
Yxy56.23100.25910.4017
Hunter Lab74.9873-44.896114.9580
CIE-Lab79.7451-50.036513.4250

#4dddab color RGB value is (77,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011101 10101011
Octal 115 335 253
Decimal 77 221 171
Hex 4D DD AB

RGB Percentages of Color #4dddab

%16.42
%47.12
%36.46

CMYK Percentages of Color #4dddab

%65
%0
%23
%13

Triadic Colors of #4dddab

#4dddab #ab4ddd #ddab4d

Analogous Colors of #4dddab

#4dddab #4dc7dd #4ddd63

Monochromatic Colors of #4dddab

#4dddab

Complementary Color

#4dddab #dd4d7f

#4dddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dddab Color CSS Codes

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

#4dddab Text Font Color

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

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


#4dddab Background Color

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

This div background color is #4dddab


#4dddab Border Color

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

This div border color is #4dddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dddab


Comments

No comments written yet.

Please login to write comment.