Color Hex Logo

#4ddacc Color Hex

#4DDACC
(77,218,204)
0 Favorites   0 Comments

Color spaces of #4ddacc

RGB 77218204
HSL0.480.660.58
HSV174°65°85°
CMYK 0.650.000.06   0.15
XYZ39.031156.080265.8942
Yxy56.08020.24240.3483
Hunter Lab74.8867-38.01720.2503
CIE-Lab79.6594-40.6809-4.2408

#4ddacc color RGB value is (77,218,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011010 11001100
Octal 115 332 314
Decimal 77 218 204
Hex 4D DA CC

RGB Percentages of Color #4ddacc

%15.43
%43.69
%40.88

CMYK Percentages of Color #4ddacc

%65
%0
%6
%15

Triadic Colors of #4ddacc

#4ddacc #cc4dda #dacc4d

Analogous Colors of #4ddacc

#4ddacc #4da2da #4dda86

Monochromatic Colors of #4ddacc

#4ddacc

Complementary Color

#4ddacc #da4d5b

#4ddacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddacc Color CSS Codes

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

#4ddacc Text Font Color

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

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


#4ddacc Background Color

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

This div background color is #4ddacc


#4ddacc Border Color

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

This div border color is #4ddacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddacc


Comments

No comments written yet.

Please login to write comment.