Color Hex Logo

#4ddeda Color Hex

#4DDEDA
(77,222,218)
0 Favorites   0 Comments

Color spaces of #4ddeda

RGB 77222218
HSL0.500.690.59
HSV178°65°87°
CMYK 0.650.000.02   0.13
XYZ41.836758.882375.4901
Yxy58.88230.23740.3342
Hunter Lab76.7348-36.9656-4.6139
CIE-Lab81.2269-38.7375-9.3811

#4ddeda color RGB value is (77,222,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011110 11011010
Octal 115 336 332
Decimal 77 222 218
Hex 4D DE DA

RGB Percentages of Color #4ddeda

%14.89
%42.94
%42.17

CMYK Percentages of Color #4ddeda

%65
%0
%2
%13

Triadic Colors of #4ddeda

#4ddeda #da4dde #deda4d

Analogous Colors of #4ddeda

#4ddeda #4d9ade #4dde92

Monochromatic Colors of #4ddeda

#4ddeda

Complementary Color

#4ddeda #de4d51

#4ddeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddeda Color CSS Codes

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

#4ddeda Text Font Color

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

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


#4ddeda Background Color

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

This div background color is #4ddeda


#4ddeda Border Color

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

This div border color is #4ddeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddeda


Comments

No comments written yet.

Please login to write comment.