Color Hex Logo

#4fddce Color Hex

#4FDDCE
(79,221,206)
0 Favorites   0 Comments

Color spaces of #4fddce

RGB 79221206
HSL0.480.680.59
HSV174°64°87°
CMYK 0.640.000.07   0.13
XYZ40.221557.831467.4352
Yxy57.83140.24300.3495
Hunter Lab76.0470-38.67290.6570
CIE-Lab80.6450-41.1884-3.8503

#4fddce color RGB value is (79,221,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011101 11001110
Octal 117 335 316
Decimal 79 221 206
Hex 4F DD CE

RGB Percentages of Color #4fddce

%15.61
%43.68
%40.71

CMYK Percentages of Color #4fddce

%64
%0
%7
%13

Triadic Colors of #4fddce

#4fddce #ce4fdd #ddce4f

Analogous Colors of #4fddce

#4fddce #4fa5dd #4fdd87

Monochromatic Colors of #4fddce

#4fddce

Complementary Color

#4fddce #dd4f5e

#4fddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fddce Color CSS Codes

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

#4fddce Text Font Color

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

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


#4fddce Background Color

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

This div background color is #4fddce


#4fddce Border Color

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

This div border color is #4fddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fddce


Comments

No comments written yet.

Please login to write comment.