Color Hex Logo

#4fdbbf Color Hex

#4FDBBF
(79,219,191)
0 Favorites   0 Comments

Color spaces of #4fdbbf

RGB 79219191
HSL0.470.660.58
HSV168°64°86°
CMYK 0.640.000.13   0.14
XYZ37.959956.086958.1154
Yxy56.08690.24950.3686
Hunter Lab74.8912-40.58386.4149
CIE-Lab79.6633-44.12882.7032

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011011 10111111
Octal 117 333 277
Decimal 79 219 191
Hex 4F DB BF

RGB Percentages of Color #4fdbbf

%16.16
%44.79
%39.06

CMYK Percentages of Color #4fdbbf

%64
%0
%13
%14

Triadic Colors of #4fdbbf

#4fdbbf #bf4fdb #dbbf4f

Analogous Colors of #4fdbbf

#4fdbbf #4fb1db #4fdb79

Monochromatic Colors of #4fdbbf

#4fdbbf

Complementary Color

#4fdbbf #db4f6b

#4fdbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdbbf Color CSS Codes

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

#4fdbbf Text Font Color

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

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


#4fdbbf Background Color

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

This div background color is #4fdbbf


#4fdbbf Border Color

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

This div border color is #4fdbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdbbf


Comments

No comments written yet.

Please login to write comment.