Color Hex Logo

#4fdcbb Color Hex

#4FDCBB
(79,220,187)
0 Favorites   0 Comments

Color spaces of #4fdcbb

RGB 79220187
HSL0.460.670.59
HSV166°64°86°
CMYK 0.640.000.15   0.14
XYZ37.787356.436555.9154
Yxy56.43650.25170.3759
Hunter Lab75.1242-41.68238.4571
CIE-Lab79.8616-45.54275.1187

#4fdcbb color RGB value is (79,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011100 10111011
Octal 117 334 273
Decimal 79 220 187
Hex 4F DC BB

RGB Percentages of Color #4fdcbb

%16.26
%45.27
%38.48

CMYK Percentages of Color #4fdcbb

%64
%0
%15
%14

Triadic Colors of #4fdcbb

#4fdcbb #bb4fdc #dcbb4f

Analogous Colors of #4fdcbb

#4fdcbb #4fb7dc #4fdc75

Monochromatic Colors of #4fdcbb

#4fdcbb

Complementary Color

#4fdcbb #dc4f70

#4fdcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdcbb Color CSS Codes

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

#4fdcbb Text Font Color

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

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


#4fdcbb Background Color

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

This div background color is #4fdcbb


#4fdcbb Border Color

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

This div border color is #4fdcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdcbb


Comments

No comments written yet.

Please login to write comment.