Color Hex Logo

#4fd3cb Color Hex

#4FD3CB
(79,211,203)
0 Favorites   0 Comments

Color spaces of #4fd3cb

RGB 79211203
HSL0.490.600.57
HSV176°63°83°
CMYK 0.630.000.04   0.17
XYZ37.298252.562664.6797
Yxy52.56260.24130.3401
Hunter Lab72.5001-35.0445-2.1445
CIE-Lab77.6160-37.4567-6.7182

#4fd3cb color RGB value is (79,211,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11010011 11001011
Octal 117 323 313
Decimal 79 211 203
Hex 4F D3 CB

RGB Percentages of Color #4fd3cb

%16.02
%42.80
%41.18

CMYK Percentages of Color #4fd3cb

%63
%0
%4
%17

Triadic Colors of #4fd3cb

#4fd3cb #cb4fd3 #d3cb4f

Analogous Colors of #4fd3cb

#4fd3cb #4f99d3 #4fd389

Monochromatic Colors of #4fd3cb

#4fd3cb

Complementary Color

#4fd3cb #d34f57

#4fd3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fd3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fd3cb Color CSS Codes

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

#4fd3cb Text Font Color

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

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


#4fd3cb Background Color

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

This div background color is #4fd3cb


#4fd3cb Border Color

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

This div border color is #4fd3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fd3cb


Comments

No comments written yet.

Please login to write comment.