Color Hex Logo

#4ddeab Color Hex

#4DDEAB
(77,222,171)
0 Favorites   0 Comments

Color spaces of #4ddeab

RGB 77222171
HSL0.440.690.59
HSV159°65°87°
CMYK 0.650.000.23   0.13
XYZ36.532556.760647.5585
Yxy56.76060.25940.4030
Hunter Lab75.3396-45.289015.3106
CIE-Lab80.0448-50.447613.8477

#4ddeab color RGB value is (77,222,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011110 10101011
Octal 115 336 253
Decimal 77 222 171
Hex 4D DE AB

RGB Percentages of Color #4ddeab

%16.38
%47.23
%36.38

CMYK Percentages of Color #4ddeab

%65
%0
%23
%13

Triadic Colors of #4ddeab

#4ddeab #ab4dde #deab4d

Analogous Colors of #4ddeab

#4ddeab #4dc9de #4dde63

Monochromatic Colors of #4ddeab

#4ddeab

Complementary Color

#4ddeab #de4d80

#4ddeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddeab Color CSS Codes

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

#4ddeab Text Font Color

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

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


#4ddeab Background Color

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

This div background color is #4ddeab


#4ddeab Border Color

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

This div border color is #4ddeab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,222,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 #4ddeab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddeab


Comments

No comments written yet.

Please login to write comment.