Color Hex Logo

#4fdbce Color Hex

#4FDBCE
(79,219,206)
0 Favorites   0 Comments

Color spaces of #4fdbce

RGB 79219206
HSL0.480.660.58
HSV174°64°86°
CMYK 0.640.000.06   0.14
XYZ39.696556.781567.2602
Yxy56.78150.24240.3468
Hunter Lab75.3535-37.8342-0.1745
CIE-Lab80.0565-40.2925-4.7172

#4fdbce color RGB value is (79,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011011 11001110
Octal 117 333 316
Decimal 79 219 206
Hex 4F DB CE

RGB Percentages of Color #4fdbce

%15.67
%43.45
%40.87

CMYK Percentages of Color #4fdbce

%64
%0
%6
%14

Triadic Colors of #4fdbce

#4fdbce #ce4fdb #dbce4f

Analogous Colors of #4fdbce

#4fdbce #4fa2db #4fdb88

Monochromatic Colors of #4fdbce

#4fdbce

Complementary Color

#4fdbce #db4f5c

#4fdbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdbce Color CSS Codes

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

#4fdbce Text Font Color

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

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


#4fdbce Background Color

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

This div background color is #4fdbce


#4fdbce Border Color

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

This div border color is #4fdbce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,219,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 #4fdbce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdbce


Comments

No comments written yet.

Please login to write comment.