Color Hex Logo

#3fdcbe Color Hex

#3FDCBE
(63,220,190)
0 Favorites   0 Comments

Color spaces of #3fdcbe

RGB 63220190
HSL0.470.690.55
HSV169°71°86°
CMYK 0.710.000.14   0.14
XYZ36.937455.960957.5699
Yxy55.96090.24550.3719
Hunter Lab74.8070-42.77456.7366
CIE-Lab79.5916-47.15603.0888

#3fdcbe color RGB value is (63,220,190).

#3fdcbe hex color red value is 63, green value is 220 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3fdcbe hue: 0.47 , saturation: 0.69 and the lightness value of 3fdcbe is 0.55.

The process color (four color CMYK) of #3fdcbe color hex is 0.71, 0.00, 0.14, 0.14. Web safe color of #3fdcbe is #33cccc. Color #3fdcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011100 10111110
Octal 77 334 276
Decimal 63 220 190
Hex 3F DC BE

RGB Percentages of Color #3fdcbe

%13.32
%46.51
%40.17

CMYK Percentages of Color #3fdcbe

%71
%0
%14
%14

Triadic Colors of #3fdcbe

#3fdcbe #be3fdc #dcbe3f

Analogous Colors of #3fdcbe

#3fdcbe #3facdc #3fdc70

Monochromatic Colors of #3fdcbe

#3fdcbe

Complementary Color

#3fdcbe #dc3f5d

#3fdcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fdcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fdcbe Color CSS Codes

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

#3fdcbe Text Font Color

<p style="color:#3fdcbe">Text here</p>

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


#3fdcbe Background Color

<div style="background-color:#3fdcbe">
Div content here</div>

This div background color is #3fdcbe


#3fdcbe Border Color

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

This div border color is #3fdcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fdcbe


Comments

No comments written yet.

Please login to write comment.