Color Hex Logo

#4ddcab Color Hex

#4DDCAB
(77,220,171)
0 Favorites   0 Comments

Color spaces of #4ddcab

RGB 77220171
HSL0.440.670.58
HSV159°65°86°
CMYK 0.650.000.22   0.14
XYZ36.004555.704547.3825
Yxy55.70450.25890.4005
Hunter Lab74.6354-44.502814.6044
CIE-Lab79.4453-49.623813.0016

#4ddcab color RGB value is (77,220,171).

#4ddcab hex color red value is 77, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4ddcab hue: 0.44 , saturation: 0.67 and the lightness value of 4ddcab is 0.58.

The process color (four color CMYK) of #4ddcab color hex is 0.65, 0.00, 0.22, 0.14. Web safe color of #4ddcab is #66cc99. Color #4ddcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011100 10101011
Octal 115 334 253
Decimal 77 220 171
Hex 4D DC AB

RGB Percentages of Color #4ddcab

%16.45
%47.01
%36.54

CMYK Percentages of Color #4ddcab

%65
%0
%22
%14

Triadic Colors of #4ddcab

#4ddcab #ab4ddc #dcab4d

Analogous Colors of #4ddcab

#4ddcab #4dc6dc #4ddc64

Monochromatic Colors of #4ddcab

#4ddcab

Complementary Color

#4ddcab #dc4d7e

#4ddcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddcab Color CSS Codes

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

#4ddcab Text Font Color

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

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


#4ddcab Background Color

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

This div background color is #4ddcab


#4ddcab Border Color

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

This div border color is #4ddcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddcab


Comments

No comments written yet.

Please login to write comment.