Color Hex Logo

#3fddbd Color Hex

#3FDDBD
(63,221,189)
0 Favorites   0 Comments

Color spaces of #3fddbd

RGB 63221189
HSL0.470.700.56
HSV168°71°87°
CMYK 0.710.000.14   0.13
XYZ37.091756.443857.0839
Yxy56.44380.24630.3747
Hunter Lab75.1291-43.34937.5412
CIE-Lab79.8657-47.83044.0179

#3fddbd color RGB value is (63,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011101 10111101
Octal 77 335 275
Decimal 63 221 189
Hex 3F DD BD

RGB Percentages of Color #3fddbd

%13.32
%46.72
%39.96

CMYK Percentages of Color #3fddbd

%71
%0
%14
%13

Triadic Colors of #3fddbd

#3fddbd #bd3fdd #ddbd3f

Analogous Colors of #3fddbd

#3fddbd #3faedd #3fdd6e

Monochromatic Colors of #3fddbd

#3fddbd

Complementary Color

#3fddbd #dd3f5f

#3fddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fddbd Color CSS Codes

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

#3fddbd Text Font Color

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

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


#3fddbd Background Color

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

This div background color is #3fddbd


#3fddbd Border Color

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

This div border color is #3fddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fddbd


Comments

No comments written yet.

Please login to write comment.