Color Hex Logo

#4dedd5 Color Hex

#4DEDD5
(77,237,213)
0 Favorites   0 Comments

Color spaces of #4dedd5

RGB 77237213
HSL0.480.820.62
HSV171°68°93°
CMYK 0.680.000.10   0.07
XYZ45.355066.950373.4830
Yxy66.95030.24410.3604
Hunter Lab81.8232-44.24714.0296
CIE-Lab85.4788-46.6888-0.4672

#4dedd5 color RGB value is (77,237,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101101 11010101
Octal 115 355 325
Decimal 77 237 213
Hex 4D ED D5

RGB Percentages of Color #4dedd5

%14.61
%44.97
%40.42

CMYK Percentages of Color #4dedd5

%68
%0
%10
%7

Triadic Colors of #4dedd5

#4dedd5 #d54ded #edd54d

Analogous Colors of #4dedd5

#4dedd5 #4db5ed #4ded85

Monochromatic Colors of #4dedd5

#4dedd5

Complementary Color

#4dedd5 #ed4d65

#4dedd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dedd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dedd5 Color CSS Codes

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

#4dedd5 Text Font Color

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

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


#4dedd5 Background Color

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

This div background color is #4dedd5


#4dedd5 Border Color

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

This div border color is #4dedd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dedd5


Comments

No comments written yet.

Please login to write comment.