Color Hex Logo

#4fd3bc Color Hex

#4FD3BC
(79,211,188)
0 Favorites   0 Comments

Color spaces of #4fd3bc

RGB 79211188
HSL0.470.600.57
HSV170°63°83°
CMYK 0.630.000.11   0.17
XYZ35.595851.881655.7150
Yxy51.88160.24860.3623
Hunter Lab72.0289-37.83804.5589
CIE-Lab77.2100-41.36280.7385

#4fd3bc color RGB value is (79,211,188).

#4fd3bc hex color red value is 79, green value is 211 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4fd3bc hue: 0.47 , saturation: 0.60 and the lightness value of 4fd3bc is 0.57.

The process color (four color CMYK) of #4fd3bc color hex is 0.63, 0.00, 0.11, 0.17. Web safe color of #4fd3bc is #66cccc. Color #4fd3bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11010011 10111100
Octal 117 323 274
Decimal 79 211 188
Hex 4F D3 BC

RGB Percentages of Color #4fd3bc

%16.53
%44.14
%39.33

CMYK Percentages of Color #4fd3bc

%63
%0
%11
%17

Triadic Colors of #4fd3bc

#4fd3bc #bc4fd3 #d3bc4f

Analogous Colors of #4fd3bc

#4fd3bc #4fa8d3 #4fd37a

Monochromatic Colors of #4fd3bc

#4fd3bc

Complementary Color

#4fd3bc #d34f66

#4fd3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fd3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fd3bc Color CSS Codes

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

#4fd3bc Text Font Color

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

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


#4fd3bc Background Color

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

This div background color is #4fd3bc


#4fd3bc Border Color

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

This div border color is #4fd3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fd3bc


Comments

No comments written yet.

Please login to write comment.