Color Hex Logo

#4dfdbb Color Hex

#4DFDBB
(77,253,187)
0 Favorites   0 Comments

Color spaces of #4dfdbb

RGB 77253187
HSL0.440.980.65
HSV158°70°99°
CMYK 0.700.000.26   0.01
XYZ47.155575.416259.0851
Yxy75.41620.25960.4152
Hunter Lab86.8425-55.048820.4506
CIE-Lab89.5876-59.295618.9168

#4dfdbb color RGB value is (77,253,187).

#4dfdbb hex color red value is 77, green value is 253 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4dfdbb hue: 0.44 , saturation: 0.98 and the lightness value of 4dfdbb is 0.65.

The process color (four color CMYK) of #4dfdbb color hex is 0.70, 0.00, 0.26, 0.01. Web safe color of #4dfdbb is #66ffcc. Color #4dfdbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111101 10111011
Octal 115 375 273
Decimal 77 253 187
Hex 4D FD BB

RGB Percentages of Color #4dfdbb

%14.89
%48.94
%36.17

CMYK Percentages of Color #4dfdbb

%70
%0
%26
%1

Triadic Colors of #4dfdbb

#4dfdbb #bb4dfd #fdbb4d

Analogous Colors of #4dfdbb

#4dfdbb #4de7fd #4dfd63

Monochromatic Colors of #4dfdbb

#4dfdbb

Complementary Color

#4dfdbb #fd4d8f

#4dfdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfdbb Color CSS Codes

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

#4dfdbb Text Font Color

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

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


#4dfdbb Background Color

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

This div background color is #4dfdbb


#4dfdbb Border Color

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

This div border color is #4dfdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfdbb


Comments

No comments written yet.

Please login to write comment.