Color Hex Logo

#4fddbc Color Hex

#4FDDBC
(79,221,188)
0 Favorites   0 Comments

Color spaces of #4fddbc

RGB 79221188
HSL0.460.680.59
HSV166°64°87°
CMYK 0.640.000.15   0.13
XYZ38.158057.006056.5691
Yxy57.00600.25150.3757
Hunter Lab75.5023-41.91728.4294
CIE-Lab80.1830-45.72955.0511

#4fddbc color RGB value is (79,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011101 10111100
Octal 117 335 274
Decimal 79 221 188
Hex 4F DD BC

RGB Percentages of Color #4fddbc

%16.19
%45.29
%38.52

CMYK Percentages of Color #4fddbc

%64
%0
%15
%13

Triadic Colors of #4fddbc

#4fddbc #bc4fdd #ddbc4f

Analogous Colors of #4fddbc

#4fddbc #4fb7dd #4fdd75

Monochromatic Colors of #4fddbc

#4fddbc

Complementary Color

#4fddbc #dd4f70

#4fddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fddbc Color CSS Codes

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

#4fddbc Text Font Color

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

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


#4fddbc Background Color

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

This div background color is #4fddbc


#4fddbc Border Color

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

This div border color is #4fddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fddbc


Comments

No comments written yet.

Please login to write comment.