Color Hex Logo

#4dfeed Color Hex

#4DFEED
(77,254,237)
0 Favorites   0 Comments

Color spaces of #4dfeed

RGB 77254237
HSL0.480.990.65
HSV174°70°100°
CMYK 0.700.000.07   0.00
XYZ53.788478.575892.4525
Yxy78.57580.23930.3495
Hunter Lab88.6430-46.81180.2121
CIE-Lab91.0420-47.8138-4.8315

#4dfeed color RGB value is (77,254,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111110 11101101
Octal 115 376 355
Decimal 77 254 237
Hex 4D FE ED

RGB Percentages of Color #4dfeed

%13.56
%44.72
%41.73

CMYK Percentages of Color #4dfeed

%70
%0
%7
%0

Triadic Colors of #4dfeed

#4dfeed #ed4dfe #feed4d

Analogous Colors of #4dfeed

#4dfeed #4db7fe #4dfe95

Monochromatic Colors of #4dfeed

#4dfeed

Complementary Color

#4dfeed #fe4d5e

#4dfeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfeed Color CSS Codes

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

#4dfeed Text Font Color

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

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


#4dfeed Background Color

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

This div background color is #4dfeed


#4dfeed Border Color

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

This div border color is #4dfeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfeed


Comments

No comments written yet.

Please login to write comment.