Color Hex Logo

#4dffcf Color Hex

#4DFFCF
(77,255,207)
0 Favorites   0 Comments

Color spaces of #4dffcf

RGB 77255207
HSL0.461.000.65
HSV164°70°100°
CMYK 0.700.000.19   0.00
XYZ50.083177.602871.3707
Yxy77.60280.25160.3899
Hunter Lab88.0925-52.679413.6292
CIE-Lab90.5983-55.624810.0569

#4dffcf color RGB value is (77,255,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111111 11001111
Octal 115 377 317
Decimal 77 255 207
Hex 4D FF CF

RGB Percentages of Color #4dffcf

%14.29
%47.31
%38.40

CMYK Percentages of Color #4dffcf

%70
%0
%19
%0

Triadic Colors of #4dffcf

#4dffcf #cf4dff #ffcf4d

Analogous Colors of #4dffcf

#4dffcf #4dd6ff #4dff76

Monochromatic Colors of #4dffcf

#4dffcf

Complementary Color

#4dffcf #ff4d7d

#4dffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dffcf Color CSS Codes

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

#4dffcf Text Font Color

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

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


#4dffcf Background Color

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

This div background color is #4dffcf


#4dffcf Border Color

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

This div border color is #4dffcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dffcf


Comments

No comments written yet.

Please login to write comment.