Color Hex Logo

#4dddda Color Hex

#4DDDDA
(77,221,218)
0 Favorites   0 Comments

Color spaces of #4dddda

RGB 77221218
HSL0.500.680.58
HSV179°65°87°
CMYK 0.650.000.01   0.13
XYZ41.571958.352675.4018
Yxy58.35260.23710.3328
Hunter Lab76.3889-36.5383-5.0517
CIE-Lab80.9344-38.2812-9.8162

#4dddda color RGB value is (77,221,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011101 11011010
Octal 115 335 332
Decimal 77 221 218
Hex 4D DD DA

RGB Percentages of Color #4dddda

%14.92
%42.83
%42.25

CMYK Percentages of Color #4dddda

%65
%0
%1
%13

Triadic Colors of #4dddda

#4dddda #da4ddd #ddda4d

Analogous Colors of #4dddda

#4dddda #4d98dd #4ddd92

Monochromatic Colors of #4dddda

#4dddda

Complementary Color

#4dddda #dd4d50

#4dddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dddda Color CSS Codes

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

#4dddda Text Font Color

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

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


#4dddda Background Color

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

This div background color is #4dddda


#4dddda Border Color

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

This div border color is #4dddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dddda


Comments

No comments written yet.

Please login to write comment.