Color Hex Logo

#4fdbbd Color Hex

#4FDBBD
(79,219,189)
0 Favorites   0 Comments

Color spaces of #4fdbbd

RGB 79219189
HSL0.460.660.58
HSV167°64°86°
CMYK 0.640.000.14   0.14
XYZ37.741355.999456.9639
Yxy55.99940.25040.3716
Hunter Lab74.8327-40.93237.2504
CIE-Lab79.6135-44.62243.6960

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011011 10111101
Octal 117 333 275
Decimal 79 219 189
Hex 4F DB BD

RGB Percentages of Color #4fdbbd

%16.22
%44.97
%38.81

CMYK Percentages of Color #4fdbbd

%64
%0
%14
%14

Triadic Colors of #4fdbbd

#4fdbbd #bd4fdb #dbbd4f

Analogous Colors of #4fdbbd

#4fdbbd #4fb3db #4fdb77

Monochromatic Colors of #4fdbbd

#4fdbbd

Complementary Color

#4fdbbd #db4f6d

#4fdbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdbbd Color CSS Codes

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

#4fdbbd Text Font Color

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

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


#4fdbbd Background Color

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

This div background color is #4fdbbd


#4fdbbd Border Color

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

This div border color is #4fdbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdbbd


Comments

No comments written yet.

Please login to write comment.