Color Hex Logo

#4dfbdb Color Hex

#4DFBDB
(77,251,219)
0 Favorites   0 Comments

Color spaces of #4dfbdb

RGB 77251219
HSL0.470.960.64
HSV169°69°98°
CMYK 0.690.000.13   0.02
XYZ50.343975.686678.9734
Yxy75.68660.24560.3692
Hunter Lab86.9980-48.95257.0775
CIE-Lab89.7136-51.11162.5695

#4dfbdb color RGB value is (77,251,219).

#4dfbdb hex color red value is 77, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4dfbdb hue: 0.47 , saturation: 0.96 and the lightness value of 4dfbdb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111011 11011011
Octal 115 373 333
Decimal 77 251 219
Hex 4D FB DB

RGB Percentages of Color #4dfbdb

%14.08
%45.89
%40.04

CMYK Percentages of Color #4dfbdb

%69
%0
%13
%2

Triadic Colors of #4dfbdb

#4dfbdb #db4dfb #fbdb4d

Analogous Colors of #4dfbdb

#4dfbdb #4dc4fb #4dfb84

Monochromatic Colors of #4dfbdb

#4dfbdb

Complementary Color

#4dfbdb #fb4d6d

#4dfbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfbdb Color CSS Codes

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

#4dfbdb Text Font Color

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

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


#4dfbdb Background Color

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

This div background color is #4dfbdb


#4dfbdb Border Color

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

This div border color is #4dfbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfbdb


Comments

No comments written yet.

Please login to write comment.