Color Hex Logo

#4fdfbc Color Hex

#4FDFBC
(79,223,188)
0 Favorites   0 Comments

Color spaces of #4fdfbc

RGB 79223188
HSL0.460.690.59
HSV165°65°87°
CMYK 0.650.000.16   0.13
XYZ38.689258.068556.7462
Yxy58.06850.25200.3783
Hunter Lab76.2027-42.72779.1901
CIE-Lab80.7769-46.58575.9074

#4fdfbc color RGB value is (79,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011111 10111100
Octal 117 337 274
Decimal 79 223 188
Hex 4F DF BC

RGB Percentages of Color #4fdfbc

%16.12
%45.51
%38.37

CMYK Percentages of Color #4fdfbc

%65
%0
%16
%13

Triadic Colors of #4fdfbc

#4fdfbc #bc4fdf #dfbc4f

Analogous Colors of #4fdfbc

#4fdfbc #4fbadf #4fdf74

Monochromatic Colors of #4fdfbc

#4fdfbc

Complementary Color

#4fdfbc #df4f72

#4fdfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdfbc Color CSS Codes

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

#4fdfbc Text Font Color

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

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


#4fdfbc Background Color

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

This div background color is #4fdfbc


#4fdfbc Border Color

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

This div border color is #4fdfbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,223,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 #4fdfbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdfbc


Comments

No comments written yet.

Please login to write comment.