Color Hex Logo

#4ddad3 Color Hex

#4DDAD3
(77,218,211)
0 Favorites   0 Comments

Color spaces of #4ddad3

RGB 77218211
HSL0.490.660.58
HSV177°65°85°
CMYK 0.650.000.03   0.15
XYZ39.889856.423770.4165
Yxy56.42370.23920.3384
Hunter Lab75.1157-36.6610-2.9998
CIE-Lab79.8544-38.8153-7.6895

#4ddad3 color RGB value is (77,218,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011010 11010011
Octal 115 332 323
Decimal 77 218 211
Hex 4D DA D3

RGB Percentages of Color #4ddad3

%15.22
%43.08
%41.70

CMYK Percentages of Color #4ddad3

%65
%0
%3
%15

Triadic Colors of #4ddad3

#4ddad3 #d34dda #dad34d

Analogous Colors of #4ddad3

#4ddad3 #4d9bda #4dda8d

Monochromatic Colors of #4ddad3

#4ddad3

Complementary Color

#4ddad3 #da4d54

#4ddad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddad3 Color CSS Codes

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

#4ddad3 Text Font Color

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

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


#4ddad3 Background Color

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

This div background color is #4ddad3


#4ddad3 Border Color

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

This div border color is #4ddad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddad3


Comments

No comments written yet.

Please login to write comment.