Color Hex Logo

#4fded4 Color Hex

#4FDED4
(79,222,212)
0 Favorites   0 Comments

Color spaces of #4fded4

RGB 79222212
HSL0.490.680.59
HSV176°64°87°
CMYK 0.640.000.05   0.13
XYZ41.229458.658371.4365
Yxy58.65830.24070.3424
Hunter Lab76.5887-37.9397-1.6894
CIE-Lab81.1034-40.0547-6.3671

#4fded4 color RGB value is (79,222,212).

#4fded4 hex color red value is 79, green value is 222 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #4fded4 hue: 0.49 , saturation: 0.68 and the lightness value of 4fded4 is 0.59.

The process color (four color CMYK) of #4fded4 color hex is 0.64, 0.00, 0.05, 0.13. Web safe color of #4fded4 is #66cccc. Color #4fded4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011110 11010100
Octal 117 336 324
Decimal 79 222 212
Hex 4F DE D4

RGB Percentages of Color #4fded4

%15.40
%43.27
%41.33

CMYK Percentages of Color #4fded4

%64
%0
%5
%13

Triadic Colors of #4fded4

#4fded4 #d44fde #ded44f

Analogous Colors of #4fded4

#4fded4 #4fa1de #4fde8d

Monochromatic Colors of #4fded4

#4fded4

Complementary Color

#4fded4 #de4f59

#4fded4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fded4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fded4 Color CSS Codes

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

#4fded4 Text Font Color

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

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


#4fded4 Background Color

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

This div background color is #4fded4


#4fded4 Border Color

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

This div border color is #4fded4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fded4


Comments

No comments written yet.

Please login to write comment.