Color Hex Logo

#4dfade Color Hex

#4DFADE
(77,250,222)
0 Favorites   0 Comments

Color spaces of #4dfade

RGB 77250222
HSL0.470.950.64
HSV170°69°98°
CMYK 0.690.000.11   0.02
XYZ50.431075.222980.9687
Yxy75.22290.24410.3641
Hunter Lab86.7311-47.98825.3610
CIE-Lab89.4973-49.94600.6957

#4dfade color RGB value is (77,250,222).

#4dfade hex color red value is 77, green value is 250 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4dfade hue: 0.47 , saturation: 0.95 and the lightness value of 4dfade is 0.64.

The process color (four color CMYK) of #4dfade color hex is 0.69, 0.00, 0.11, 0.02. Web safe color of #4dfade is #66ffcc. Color #4dfade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111010 11011110
Octal 115 372 336
Decimal 77 250 222
Hex 4D FA DE

RGB Percentages of Color #4dfade

%14.03
%45.54
%40.44

CMYK Percentages of Color #4dfade

%69
%0
%11
%2

Triadic Colors of #4dfade

#4dfade #de4dfa #fade4d

Analogous Colors of #4dfade

#4dfade #4dc0fa #4dfa88

Monochromatic Colors of #4dfade

#4dfade

Complementary Color

#4dfade #fa4d69

#4dfade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfade Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfade Color CSS Codes

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

#4dfade Text Font Color

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

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


#4dfade Background Color

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

This div background color is #4dfade


#4dfade Border Color

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

This div border color is #4dfade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfade


Comments

No comments written yet.

Please login to write comment.