Color Hex Logo

#4dfdcc Color Hex

#4DFDCC
(77,253,204)
0 Favorites   0 Comments

Color spaces of #4dfdcc

RGB 77253204
HSL0.450.980.65
HSV163°70°99°
CMYK 0.700.000.19   0.01
XYZ49.084976.188069.2454
Yxy76.18800.25230.3917
Hunter Lab87.2857-52.371014.0642
CIE-Lab89.9466-55.516510.6750

#4dfdcc color RGB value is (77,253,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111101 11001100
Octal 115 375 314
Decimal 77 253 204
Hex 4D FD CC

RGB Percentages of Color #4dfdcc

%14.42
%47.38
%38.20

CMYK Percentages of Color #4dfdcc

%70
%0
%19
%1

Triadic Colors of #4dfdcc

#4dfdcc #cc4dfd #fdcc4d

Analogous Colors of #4dfdcc

#4dfdcc #4dd6fd #4dfd74

Monochromatic Colors of #4dfdcc

#4dfdcc

Complementary Color

#4dfdcc #fd4d7e

#4dfdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfdcc Color CSS Codes

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

#4dfdcc Text Font Color

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

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


#4dfdcc Background Color

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

This div background color is #4dfdcc


#4dfdcc Border Color

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

This div border color is #4dfdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfdcc

Related Colors


Comments

No comments written yet.

Please login to write comment.