Color Hex Logo

#3fddbe Color Hex

#3FDDBE
(63,221,190)
0 Favorites   0 Comments

Color spaces of #3fddbe

RGB 63221190
HSL0.470.700.56
HSV168°71°87°
CMYK 0.710.000.14   0.13
XYZ37.200656.487457.6577
Yxy56.48740.24580.3732
Hunter Lab75.1581-43.17557.1262
CIE-Lab79.8904-47.57963.5219

#3fddbe color RGB value is (63,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011101 10111110
Octal 77 335 276
Decimal 63 221 190
Hex 3F DD BE

RGB Percentages of Color #3fddbe

%13.29
%46.62
%40.08

CMYK Percentages of Color #3fddbe

%71
%0
%14
%13

Triadic Colors of #3fddbe

#3fddbe #be3fdd #ddbe3f

Analogous Colors of #3fddbe

#3fddbe #3faddd #3fdd6f

Monochromatic Colors of #3fddbe

#3fddbe

Complementary Color

#3fddbe #dd3f5e

#3fddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fddbe Color CSS Codes

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

#3fddbe Text Font Color

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

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


#3fddbe Background Color

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

This div background color is #3fddbe


#3fddbe Border Color

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

This div border color is #3fddbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,221,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 #3fddbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fddbe


Comments

No comments written yet.

Please login to write comment.