Color Hex Logo

#4ffadc Color Hex

#4FFADC
(79,250,220)
0 Favorites   0 Comments

Color spaces of #4ffadc

RGB 79250220
HSL0.470.940.65
HSV169°68°98°
CMYK 0.680.000.12   0.02
XYZ50.328375.200879.5728
Yxy75.20080.24540.3667
Hunter Lab86.7184-48.16216.2984
CIE-Lab89.4870-50.17641.7252

#4ffadc color RGB value is (79,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111010 11011100
Octal 117 372 334
Decimal 79 250 220
Hex 4F FA DC

RGB Percentages of Color #4ffadc

%14.39
%45.54
%40.07

CMYK Percentages of Color #4ffadc

%68
%0
%12
%2

Triadic Colors of #4ffadc

#4ffadc #dc4ffa #fadc4f

Analogous Colors of #4ffadc

#4ffadc #4fc3fa #4ffa87

Monochromatic Colors of #4ffadc

#4ffadc

Complementary Color

#4ffadc #fa4f6d

#4ffadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffadc Color CSS Codes

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

#4ffadc Text Font Color

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

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


#4ffadc Background Color

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

This div background color is #4ffadc


#4ffadc Border Color

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

This div border color is #4ffadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffadc


Comments

No comments written yet.

Please login to write comment.