Color Hex Logo

#4dfccd Color Hex

#4DFCCD
(77,252,205)
0 Favorites   0 Comments

Color spaces of #4dfccd

RGB 77252205
HSL0.460.970.65
HSV164°69°99°
CMYK 0.690.000.19   0.01
XYZ48.890475.606469.7743
Yxy75.60640.25170.3892
Hunter Lab86.9519-51.800813.2893
CIE-Lab89.6763-54.88209.7722

#4dfccd color RGB value is (77,252,205).

#4dfccd hex color red value is 77, green value is 252 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4dfccd hue: 0.46 , saturation: 0.97 and the lightness value of 4dfccd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111100 11001101
Octal 115 374 315
Decimal 77 252 205
Hex 4D FC CD

RGB Percentages of Color #4dfccd

%14.42
%47.19
%38.39

CMYK Percentages of Color #4dfccd

%69
%0
%19
%1

Triadic Colors of #4dfccd

#4dfccd #cd4dfc #fccd4d

Analogous Colors of #4dfccd

#4dfccd #4dd4fc #4dfc76

Monochromatic Colors of #4dfccd

#4dfccd

Complementary Color

#4dfccd #fc4d7c

#4dfccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfccd Color CSS Codes

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

#4dfccd Text Font Color

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

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


#4dfccd Background Color

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

This div background color is #4dfccd


#4dfccd Border Color

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

This div border color is #4dfccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfccd


Comments

No comments written yet.

Please login to write comment.