Color Hex Logo

#4fdbd3 Color Hex

#4FDBD3
(79,219,211)
0 Favorites   0 Comments

Color spaces of #4fdbd3

RGB 79219211
HSL0.490.660.58
HSV177°64°86°
CMYK 0.640.000.04   0.14
XYZ40.313857.028470.5108
Yxy57.02840.24020.3398
Hunter Lab75.5172-36.8652-2.4974
CIE-Lab80.1956-38.9644-7.1784

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011011 11010011
Octal 117 333 323
Decimal 79 219 211
Hex 4F DB D3

RGB Percentages of Color #4fdbd3

%15.52
%43.03
%41.45

CMYK Percentages of Color #4fdbd3

%64
%0
%4
%14

Triadic Colors of #4fdbd3

#4fdbd3 #d34fdb #dbd34f

Analogous Colors of #4fdbd3

#4fdbd3 #4f9ddb #4fdb8d

Monochromatic Colors of #4fdbd3

#4fdbd3

Complementary Color

#4fdbd3 #db4f57

#4fdbd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdbd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdbd3 Color CSS Codes

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

#4fdbd3 Text Font Color

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

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


#4fdbd3 Background Color

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

This div background color is #4fdbd3


#4fdbd3 Border Color

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

This div border color is #4fdbd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdbd3


Comments

No comments written yet.

Please login to write comment.