Color Hex Logo

#4dfdbd Color Hex

#4DFDBD
(77,253,189)
0 Favorites   0 Comments

Color spaces of #4dfdbd

RGB 77253189
HSL0.440.980.65
HSV158°70°99°
CMYK 0.700.000.25   0.01
XYZ47.371275.502560.2208
Yxy75.50250.25870.4124
Hunter Lab86.8922-54.748119.7335
CIE-Lab89.6278-58.866617.9476

#4dfdbd color RGB value is (77,253,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111101 10111101
Octal 115 375 275
Decimal 77 253 189
Hex 4D FD BD

RGB Percentages of Color #4dfdbd

%14.84
%48.75
%36.42

CMYK Percentages of Color #4dfdbd

%70
%0
%25
%1

Triadic Colors of #4dfdbd

#4dfdbd #bd4dfd #fdbd4d

Analogous Colors of #4dfdbd

#4dfdbd #4de5fd #4dfd65

Monochromatic Colors of #4dfdbd

#4dfdbd

Complementary Color

#4dfdbd #fd4d8d

#4dfdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfdbd Color CSS Codes

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

#4dfdbd Text Font Color

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

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


#4dfdbd Background Color

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

This div background color is #4dfdbd


#4dfdbd Border Color

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

This div border color is #4dfdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfdbd


Comments

No comments written yet.

Please login to write comment.