Color Hex Logo

#4fdbdb Color Hex

#4FDBDB
(79,219,219)
0 Favorites   0 Comments

Color spaces of #4fdbdb

RGB 79219219
HSL0.500.660.58
HSV180°64°86°
CMYK 0.640.000.00   0.14
XYZ41.342157.439875.9259
Yxy57.43980.23660.3288
Hunter Lab75.7890-35.2610-6.3447
CIE-Lab80.4263-36.7917-11.1013

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011011 11011011
Octal 117 333 333
Decimal 79 219 219
Hex 4F DB DB

RGB Percentages of Color #4fdbdb

%15.28
%42.36
%42.36

CMYK Percentages of Color #4fdbdb

%64
%0
%0
%14

Triadic Colors of #4fdbdb

#4fdbdb #db4fdb #dbdb4f

Analogous Colors of #4fdbdb

#4fdbdb #4f95db #4fdb95

Monochromatic Colors of #4fdbdb

#4fdbdb

Complementary Color

#4fdbdb #db4f4f

#4fdbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdbdb Color CSS Codes

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

#4fdbdb Text Font Color

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

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


#4fdbdb Background Color

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

This div background color is #4fdbdb


#4fdbdb Border Color

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

This div border color is #4fdbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdbdb


Comments

No comments written yet.

Please login to write comment.