Color Hex Logo

#4dedde Color Hex

#4DEDDE
(77,237,222)
0 Favorites   0 Comments

Color spaces of #4dedde

RGB 77237222
HSL0.480.820.62
HSV174°68°93°
CMYK 0.680.000.06   0.07
XYZ46.529667.420179.6683
Yxy67.42010.24030.3482
Hunter Lab82.1097-42.5404-0.0503
CIE-Lab85.7157-44.3653-4.8491

#4dedde color RGB value is (77,237,222).

#4dedde hex color red value is 77, green value is 237 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4dedde hue: 0.48 , saturation: 0.82 and the lightness value of 4dedde is 0.62.

The process color (four color CMYK) of #4dedde color hex is 0.68, 0.00, 0.06, 0.07. Web safe color of #4dedde is #66ffcc. Color #4dedde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101101 11011110
Octal 115 355 336
Decimal 77 237 222
Hex 4D ED DE

RGB Percentages of Color #4dedde

%14.37
%44.22
%41.42

CMYK Percentages of Color #4dedde

%68
%0
%6
%7

Triadic Colors of #4dedde

#4dedde #de4ded #edde4d

Analogous Colors of #4dedde

#4dedde #4daced #4ded8e

Monochromatic Colors of #4dedde

#4dedde

Complementary Color

#4dedde #ed4d5c

#4dedde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dedde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dedde Color CSS Codes

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

#4dedde Text Font Color

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

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


#4dedde Background Color

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

This div background color is #4dedde


#4dedde Border Color

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

This div border color is #4dedde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dedde


Comments

No comments written yet.

Please login to write comment.