Color Hex Logo

#4ffad7 Color Hex

#4FFAD7
(79,250,215)
0 Favorites   0 Comments

Color spaces of #4ffad7

RGB 79250215
HSL0.470.940.65
HSV168°68°98°
CMYK 0.680.000.14   0.02
XYZ49.675874.939876.1366
Yxy74.93980.24740.3733
Hunter Lab86.5678-49.06378.4517
CIE-Lab89.3648-51.40554.1459

#4ffad7 color RGB value is (79,250,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111010 11010111
Octal 117 372 327
Decimal 79 250 215
Hex 4F FA D7

RGB Percentages of Color #4ffad7

%14.52
%45.96
%39.52

CMYK Percentages of Color #4ffad7

%68
%0
%14
%2

Triadic Colors of #4ffad7

#4ffad7 #d74ffa #fad74f

Analogous Colors of #4ffad7

#4ffad7 #4fc8fa #4ffa82

Monochromatic Colors of #4ffad7

#4ffad7

Complementary Color

#4ffad7 #fa4f72

#4ffad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffad7 Color CSS Codes

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

#4ffad7 Text Font Color

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

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


#4ffad7 Background Color

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

This div background color is #4ffad7


#4ffad7 Border Color

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

This div border color is #4ffad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffad7


Comments

No comments written yet.

Please login to write comment.