Color Hex Logo

#4dddbe Color Hex

#4DDDBE
(77,221,190)
0 Favorites   0 Comments

Color spaces of #4dddbe

RGB 77221190
HSL0.460.680.58
HSV167°65°87°
CMYK 0.650.000.14   0.13
XYZ38.211357.008457.7050
Yxy57.00840.24990.3728
Hunter Lab75.5039-41.79597.5395
CIE-Lab80.1843-45.56373.9844

#4dddbe color RGB value is (77,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011101 10111110
Octal 115 335 276
Decimal 77 221 190
Hex 4D DD BE

RGB Percentages of Color #4dddbe

%15.78
%45.29
%38.93

CMYK Percentages of Color #4dddbe

%65
%0
%14
%13

Triadic Colors of #4dddbe

#4dddbe #be4ddd #ddbe4d

Analogous Colors of #4dddbe

#4dddbe #4db4dd #4ddd76

Monochromatic Colors of #4dddbe

#4dddbe

Complementary Color

#4dddbe #dd4d6c

#4dddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dddbe Color CSS Codes

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

#4dddbe Text Font Color

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

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


#4dddbe Background Color

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

This div background color is #4dddbe


#4dddbe Border Color

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

This div border color is #4dddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dddbe


Comments

No comments written yet.

Please login to write comment.