Color Hex Logo

#4dfad3 Color Hex

#4DFAD3
(77,250,211)
0 Favorites   0 Comments

Color spaces of #4dfad3

RGB 77250211
HSL0.460.950.64
HSV166°69°98°
CMYK 0.690.000.16   0.02
XYZ49.004074.652173.4545
Yxy74.65210.24860.3787
Hunter Lab86.4014-49.963310.0754
CIE-Lab89.2298-52.64746.0226

#4dfad3 color RGB value is (77,250,211).

#4dfad3 hex color red value is 77, green value is 250 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #4dfad3 hue: 0.46 , saturation: 0.95 and the lightness value of 4dfad3 is 0.64.

The process color (four color CMYK) of #4dfad3 color hex is 0.69, 0.00, 0.16, 0.02. Web safe color of #4dfad3 is #66ffcc. Color #4dfad3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111010 11010011
Octal 115 372 323
Decimal 77 250 211
Hex 4D FA D3

RGB Percentages of Color #4dfad3

%14.31
%46.47
%39.22

CMYK Percentages of Color #4dfad3

%69
%0
%16
%2

Triadic Colors of #4dfad3

#4dfad3 #d34dfa #fad34d

Analogous Colors of #4dfad3

#4dfad3 #4dcbfa #4dfa7d

Monochromatic Colors of #4dfad3

#4dfad3

Complementary Color

#4dfad3 #fa4d74

#4dfad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfad3 Color CSS Codes

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

#4dfad3 Text Font Color

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

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


#4dfad3 Background Color

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

This div background color is #4dfad3


#4dfad3 Border Color

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

This div border color is #4dfad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfad3


Comments

No comments written yet.

Please login to write comment.