Color Hex Logo

#4dccad Color Hex

#4DCCAD
(77,204,173)
0 Favorites   0 Comments

Color spaces of #4dccad

RGB 77204173
HSL0.460.550.55
HSV165°62°80°
CMYK 0.620.000.15   0.20
XYZ32.196347.780647.0608
Yxy47.78060.25340.3761
Hunter Lab69.1235-37.82458.0205
CIE-Lab74.6863-42.34415.1402

#4dccad color RGB value is (77,204,173).

#4dccad hex color red value is 77, green value is 204 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4dccad hue: 0.46 , saturation: 0.55 and the lightness value of 4dccad is 0.55.

The process color (four color CMYK) of #4dccad color hex is 0.62, 0.00, 0.15, 0.20. Web safe color of #4dccad is #66cc99. Color #4dccad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001100 10101101
Octal 115 314 255
Decimal 77 204 173
Hex 4D CC AD

RGB Percentages of Color #4dccad

%16.96
%44.93
%38.11

CMYK Percentages of Color #4dccad

%62
%0
%15
%20

Triadic Colors of #4dccad

#4dccad #ad4dcc #ccad4d

Analogous Colors of #4dccad

#4dccad #4daccc #4dcc6e

Monochromatic Colors of #4dccad

#4dccad

Complementary Color

#4dccad #cc4d6c

#4dccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dccad Color CSS Codes

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

#4dccad Text Font Color

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

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


#4dccad Background Color

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

This div background color is #4dccad


#4dccad Border Color

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

This div border color is #4dccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dccad


Comments

No comments written yet.

Please login to write comment.