Color Hex Logo

#4dddba Color Hex

#4DDDBA
(77,221,186)
0 Favorites   0 Comments

Color spaces of #4dddba

RGB 77221186
HSL0.460.680.58
HSV165°65°87°
CMYK 0.650.000.16   0.13
XYZ37.779956.835955.4336
Yxy56.83590.25180.3788
Hunter Lab75.3896-42.48039.1771
CIE-Lab80.0872-46.53915.9690

#4dddba color RGB value is (77,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011101 10111010
Octal 115 335 272
Decimal 77 221 186
Hex 4D DD BA

RGB Percentages of Color #4dddba

%15.91
%45.66
%38.43

CMYK Percentages of Color #4dddba

%65
%0
%16
%13

Triadic Colors of #4dddba

#4dddba #ba4ddd #ddba4d

Analogous Colors of #4dddba

#4dddba #4db8dd #4ddd72

Monochromatic Colors of #4dddba

#4dddba

Complementary Color

#4dddba #dd4d70

#4dddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dddba Color CSS Codes

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

#4dddba Text Font Color

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

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


#4dddba Background Color

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

This div background color is #4dddba


#4dddba Border Color

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

This div border color is #4dddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dddba


Comments

No comments written yet.

Please login to write comment.