Color Hex Logo

#4fdbdc Color Hex

#4FDBDC
(79,219,220)
0 Favorites   0 Comments

Color spaces of #4fdbdc

RGB 79219220
HSL0.500.670.59
HSV180°64°86°
CMYK 0.640.000.00   0.14
XYZ41.474257.492676.6214
Yxy57.49260.23620.3274
Hunter Lab75.8239-35.0557-6.8369
CIE-Lab80.4559-36.5159-11.5903

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011011 11011100
Octal 117 333 334
Decimal 79 219 220
Hex 4F DB DC

RGB Percentages of Color #4fdbdc

%15.25
%42.28
%42.47

CMYK Percentages of Color #4fdbdc

%64
%0
%0
%14

Triadic Colors of #4fdbdc

#4fdbdc #dc4fdb #dbdc4f

Analogous Colors of #4fdbdc

#4fdbdc #4f95dc #4fdc97

Monochromatic Colors of #4fdbdc

#4fdbdc

Complementary Color

#4fdbdc #dc504f

#4fdbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdbdc Color CSS Codes

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

#4fdbdc Text Font Color

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

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


#4fdbdc Background Color

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

This div background color is #4fdbdc


#4fdbdc Border Color

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

This div border color is #4fdbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdbdc


Comments

No comments written yet.

Please login to write comment.