Color Hex Logo

#4ddead Color Hex

#4DDEAD
(77,222,173)
0 Favorites   0 Comments

Color spaces of #4ddead

RGB 77222173
HSL0.440.690.59
HSV160°65°87°
CMYK 0.650.000.22   0.13
XYZ36.724756.837548.5703
Yxy56.83750.25840.3999
Hunter Lab75.3906-44.981814.5760
CIE-Lab80.0881-49.998012.8538

#4ddead color RGB value is (77,222,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011110 10101101
Octal 115 336 255
Decimal 77 222 173
Hex 4D DE AD

RGB Percentages of Color #4ddead

%16.31
%47.03
%36.65

CMYK Percentages of Color #4ddead

%65
%0
%22
%13

Triadic Colors of #4ddead

#4ddead #ad4dde #dead4d

Analogous Colors of #4ddead

#4ddead #4dc7de #4dde65

Monochromatic Colors of #4ddead

#4ddead

Complementary Color

#4ddead #de4d7e

#4ddead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddead Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddead Color CSS Codes

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

#4ddead Text Font Color

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

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


#4ddead Background Color

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

This div background color is #4ddead


#4ddead Border Color

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

This div border color is #4ddead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddead


Comments

No comments written yet.

Please login to write comment.