Color Hex Logo

#4dfdc8 Color Hex

#4DFDC8
(77,253,200)
0 Favorites   0 Comments

Color spaces of #4dfdc8

RGB 77253200
HSL0.450.980.65
HSV162°70°99°
CMYK 0.700.000.21   0.01
XYZ48.611275.998566.7507
Yxy75.99850.25400.3971
Hunter Lab87.1771-53.025815.6262
CIE-Lab89.8586-56.432212.6142

#4dfdc8 color RGB value is (77,253,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111101 11001000
Octal 115 375 310
Decimal 77 253 200
Hex 4D FD C8

RGB Percentages of Color #4dfdc8

%14.53
%47.74
%37.74

CMYK Percentages of Color #4dfdc8

%70
%0
%21
%1

Triadic Colors of #4dfdc8

#4dfdc8 #c84dfd #fdc84d

Analogous Colors of #4dfdc8

#4dfdc8 #4ddafd #4dfd70

Monochromatic Colors of #4dfdc8

#4dfdc8

Complementary Color

#4dfdc8 #fd4d82

#4dfdc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfdc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfdc8 Color CSS Codes

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

#4dfdc8 Text Font Color

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

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


#4dfdc8 Background Color

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

This div background color is #4dfdc8


#4dfdc8 Border Color

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

This div border color is #4dfdc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfdc8

Related Colors


Comments

No comments written yet.

Please login to write comment.