Color Hex Logo

#4dfdcf Color Hex

#4DFDCF
(77,253,207)
0 Favorites   0 Comments

Color spaces of #4dfdcf

RGB 77253207
HSL0.460.980.65
HSV164°70°99°
CMYK 0.700.000.18   0.01
XYZ49.448376.333371.1591
Yxy76.33330.25110.3876
Hunter Lab87.3689-51.869812.8685
CIE-Lab90.0139-54.81909.2210

#4dfdcf color RGB value is (77,253,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111101 11001111
Octal 115 375 317
Decimal 77 253 207
Hex 4D FD CF

RGB Percentages of Color #4dfdcf

%14.34
%47.11
%38.55

CMYK Percentages of Color #4dfdcf

%70
%0
%18
%1

Triadic Colors of #4dfdcf

#4dfdcf #cf4dfd #fdcf4d

Analogous Colors of #4dfdcf

#4dfdcf #4dd3fd #4dfd77

Monochromatic Colors of #4dfdcf

#4dfdcf

Complementary Color

#4dfdcf #fd4d7b

#4dfdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfdcf Color CSS Codes

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

#4dfdcf Text Font Color

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

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


#4dfdcf Background Color

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

This div background color is #4dfdcf


#4dfdcf Border Color

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

This div border color is #4dfdcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,253,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 #4dfdcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfdcf

Related Colors


Comments

No comments written yet.

Please login to write comment.