Color Hex Logo

#4ddacd Color Hex

#4DDACD
(77,218,205)
0 Favorites   0 Comments

Color spaces of #4ddacd

RGB 77218205
HSL0.480.660.58
HSV174°65°85°
CMYK 0.650.000.06   0.15
XYZ39.151456.128466.5280
Yxy56.12840.24200.3469
Hunter Lab74.9189-37.8268-0.2063
CIE-Lab79.6868-40.4176-4.7343

#4ddacd color RGB value is (77,218,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011010 11001101
Octal 115 332 315
Decimal 77 218 205
Hex 4D DA CD

RGB Percentages of Color #4ddacd

%15.40
%43.60
%41.00

CMYK Percentages of Color #4ddacd

%65
%0
%6
%15

Triadic Colors of #4ddacd

#4ddacd #cd4dda #dacd4d

Analogous Colors of #4ddacd

#4ddacd #4da1da #4dda87

Monochromatic Colors of #4ddacd

#4ddacd

Complementary Color

#4ddacd #da4d5a

#4ddacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddacd Color CSS Codes

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

#4ddacd Text Font Color

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

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


#4ddacd Background Color

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

This div background color is #4ddacd


#4ddacd Border Color

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

This div border color is #4ddacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddacd


Comments

No comments written yet.

Please login to write comment.