Color Hex Logo

#4fdadb Color Hex

#4FDADB
(79,218,219)
0 Favorites   0 Comments

Color spaces of #4fdadb

RGB 79218219
HSL0.500.660.58
HSV180°64°86°
CMYK 0.640.000.00   0.14
XYZ41.082056.919575.8392
Yxy56.91950.23630.3274
Hunter Lab75.4450-34.8303-6.7883
CIE-Lab80.1343-36.3291-11.5373

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011010 11011011
Octal 117 332 333
Decimal 79 218 219
Hex 4F DA DB

RGB Percentages of Color #4fdadb

%15.31
%42.25
%42.44

CMYK Percentages of Color #4fdadb

%64
%0
%0
%14

Triadic Colors of #4fdadb

#4fdadb #db4fda #dadb4f

Analogous Colors of #4fdadb

#4fdadb #4f94db #4fdb96

Monochromatic Colors of #4fdadb

#4fdadb

Complementary Color

#4fdadb #db504f

#4fdadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdadb Color CSS Codes

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

#4fdadb Text Font Color

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

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


#4fdadb Background Color

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

This div background color is #4fdadb


#4fdadb Border Color

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

This div border color is #4fdadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdadb


Comments

No comments written yet.

Please login to write comment.