Color Hex Logo

#4dfdea Color Hex

#4DFDEA
(77,253,234)
0 Favorites   0 Comments

Color spaces of #4dfdea

RGB 77253234
HSL0.480.980.65
HSV174°70°99°
CMYK 0.700.000.08   0.01
XYZ53.037177.768990.0574
Yxy77.76890.24010.3521
Hunter Lab88.1867-46.97351.1829
CIE-Lab90.6743-48.1636-3.8157

#4dfdea color RGB value is (77,253,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111101 11101010
Octal 115 375 352
Decimal 77 253 234
Hex 4D FD EA

RGB Percentages of Color #4dfdea

%13.65
%44.86
%41.49

CMYK Percentages of Color #4dfdea

%70
%0
%8
%1

Triadic Colors of #4dfdea

#4dfdea #ea4dfd #fdea4d

Analogous Colors of #4dfdea

#4dfdea #4db8fd #4dfd92

Monochromatic Colors of #4dfdea

#4dfdea

Complementary Color

#4dfdea #fd4d60

#4dfdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfdea Color CSS Codes

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

#4dfdea Text Font Color

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

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


#4dfdea Background Color

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

This div background color is #4dfdea


#4dfdea Border Color

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

This div border color is #4dfdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfdea


Comments

No comments written yet.

Please login to write comment.