Color Hex Logo

#4dfdbf Color Hex

#4DFDBF
(77,253,191)
0 Favorites   0 Comments

Color spaces of #4dfdbf

RGB 77253191
HSL0.440.980.65
HSV159°70°99°
CMYK 0.700.000.25   0.01
XYZ47.589875.589961.3723
Yxy75.58990.25790.4096
Hunter Lab86.9425-54.443519.0072
CIE-Lab89.6686-58.433316.9781

#4dfdbf color RGB value is (77,253,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111101 10111111
Octal 115 375 277
Decimal 77 253 191
Hex 4D FD BF

RGB Percentages of Color #4dfdbf

%14.78
%48.56
%36.66

CMYK Percentages of Color #4dfdbf

%70
%0
%25
%1

Triadic Colors of #4dfdbf

#4dfdbf #bf4dfd #fdbf4d

Analogous Colors of #4dfdbf

#4dfdbf #4de3fd #4dfd67

Monochromatic Colors of #4dfdbf

#4dfdbf

Complementary Color

#4dfdbf #fd4d8b

#4dfdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfdbf Color CSS Codes

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

#4dfdbf Text Font Color

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

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


#4dfdbf Background Color

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

This div background color is #4dfdbf


#4dfdbf Border Color

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

This div border color is #4dfdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfdbf

Related Colors


Comments

No comments written yet.

Please login to write comment.