Color Hex Logo

#4ffadd Color Hex

#4FFADD
(79,250,221)
0 Favorites   0 Comments

Color spaces of #4ffadd

RGB 79250221
HSL0.470.940.65
HSV170°68°98°
CMYK 0.680.000.12   0.02
XYZ50.461275.253980.2725
Yxy75.25390.24500.3653
Hunter Lab86.7490-47.97875.8608
CIE-Lab89.5118-49.92771.2415

#4ffadd color RGB value is (79,250,221).

#4ffadd hex color red value is 79, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4ffadd hue: 0.47 , saturation: 0.94 and the lightness value of 4ffadd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111010 11011101
Octal 117 372 335
Decimal 79 250 221
Hex 4F FA DD

RGB Percentages of Color #4ffadd

%14.36
%45.45
%40.18

CMYK Percentages of Color #4ffadd

%68
%0
%12
%2

Triadic Colors of #4ffadd

#4ffadd #dd4ffa #fadd4f

Analogous Colors of #4ffadd

#4ffadd #4fc2fa #4ffa88

Monochromatic Colors of #4ffadd

#4ffadd

Complementary Color

#4ffadd #fa4f6c

#4ffadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffadd Color CSS Codes

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

#4ffadd Text Font Color

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

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


#4ffadd Background Color

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

This div background color is #4ffadd


#4ffadd Border Color

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

This div border color is #4ffadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffadd

Related Colors


Comments

No comments written yet.

Please login to write comment.